Add version files and new GIF images for UI components

This commit is contained in:
2025-04-03 06:26:44 +07:00
commit 663c28a2ea
5219 changed files with 772528 additions and 0 deletions

13
themes/common/config.php Normal file
View 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";
?>