This commit is contained in:
2026-03-30 10:42:37 +03:00
parent 2dafebd11c
commit f75b1af2eb
2 changed files with 12 additions and 1 deletions

11
config/config.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
$CONFIG = array(
'dbhost' => '',
'dbuser' => '',
'dbpass' => '',
'dbnamem' => '',
//'' => '',
);
?>