Some about config.php
This commit is contained in:
parent
d37e104105
commit
0712ba4a95
|
|
@ -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', '');
|
||||||
|
?>
|
||||||
Loading…
Reference in New Issue