342 B
342 B
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', '');
?>