mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
19 lines
437 B
PHP
19 lines
437 B
PHP
|
<?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 = "192.168.1.251";
|
||
|
$mysql_user = "sampleDB";
|
||
|
$mysql_pasw = "sampleDB";
|
||
|
$mysql_db = "sampleDB";
|
||
|
/*
|
||
|
$mysql_host = "localhost";
|
||
|
$mysql_user = "root";
|
||
|
$mysql_pasw = "1";
|
||
|
$mysql_db = "dhtmlx";
|
||
|
*/
|
||
|
?>
|