1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-07-15 05:45:14 +02:00
Files
addressbook
admin
calendar
doc
etemplate
filemanager
home
importexport
infolog
notifications
phpgwapi
cron
doc
images
inc
js
ckeditor3
colorpicker
dhtmlxtree
css
dhtmlxConnector
dhtmlxDataProcessor
dhtmlxMenu
codebase
samples
01_init
02_context
03_features
04_items
05_events
06_radios_checks
common
css
icons
img
imgs
imgs2
imgs3
config.php
dhtmlxmenu_dl.php
dhxmenu.xml
dhxmenu2.xml
dhxmenu_links.xml
dhxmenu_radios.xml
dynamic_loading.sql
index.html
sources
readme.txt
dhtmlxTree
docsExplorer
js
libCompiler
License_GPL.html
index.html
readme.EGroupware.txt
readme.txt
egw_action
jquery
jsapi
jscalendar
tabs
wz_dragdrop
wz_tooltip
dragDropFunctions.js
egw_instant_load.html
egw_json.js
lang
ntlm
setup
templates
templatesSavant2
tests
addressbook.php
preferences
resources
setup
timesheet
.htaccess
about.php
groupdav.htaccess
groupdav.php
header.inc.php.template
index.php
json.php
login.php
logout.php
redirect.php
rpc.php
set_box.php
soap.php
svn-helper.php
webdav.php
xmlrpc.php
egroupware/phpgwapi/js/dhtmlxtree/dhtmlxMenu/samples/common/config.php
2010-10-18 19:25:33 +00:00

17 lines
446 B
PHP
Executable File

<?php
/*
Copyright DHTMLX LTD. http://www.dhtmlx.com
This version of Software is free for using in non-commercial applications.
For commercial use please contact sales@dhtmlx.com to obtain license
*/
$mysql_host = "db2.dhtmlx.com";
$mysql_user = "dhtmuzer_ro";
$mysql_pasw = "gp45_gm";
$mysql_db = "dhtmlxsamples";
/* $mysql_host = "localhost";
$mysql_user = "root";
$mysql_pasw = "1";
$mysql_db = "dhtmlx_webmenu";*/
?>