This commit is contained in:
2024-07-03 14:41:15 +03:00
commit ec69208f05
1892 changed files with 181728 additions and 0 deletions

6
config.php Normal file
View File

@ -0,0 +1,6 @@
<?php
defined('DBDRIVER') or define('DBDRIVER','mysql');
defined('DBHOST') or define('DBHOST','localhost');
defined('DBNAME') or define('DBNAME','Test');
defined('DBUSER') or define('DBUSER','test');
defined('DBPASS') or define('DBPASS','root');