Refactor code structure for improved readability and maintainability
This commit is contained in:
13
themes/common/config.php
Normal file
13
themes/common/config.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?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.3.251";
|
||||
$mysql_user = "sampleDB";
|
||||
$mysql_pasw = "sampleDB";
|
||||
$mysql_db = "sampleDB";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user