Add version files and new GIF images for UI components
This commit is contained in:
10
themes/common/config_dp.php
Normal file
10
themes/common/config_dp.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?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
|
||||
*/
|
||||
$link = mysql_connect($mysql_host, $mysql_user, $mysql_pasw);
|
||||
$db = mysql_select_db ($mysql_db);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user