Some about config.php

This commit is contained in:
root 2023-03-21 13:59:52 +03:00
parent d37e104105
commit 0712ba4a95
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
## Create config.php in root dir with same code:
<?php
defined('API_LOGIN') or define('API_LOGIN', '');
defined('API_PASSWD') or define('API_PASSWD', '');
defined('DB_LOGIN') or define('DB_LOGIN', '');
defined('DB_PASSWD') or define('DB_PASSWD', '');
defined('DB_NAME') or define('DB_NAME', '');
?>