mirror of
https://github.com/LyLme/lylme_spage.git
synced 2024-11-17 14:34:08 +08:00
更新 v1.8.5版本
This commit is contained in:
parent
0560d73d5f
commit
a6c3619cec
@ -5,7 +5,7 @@ define('IN_CRONLITE', true);
|
||||
define('SYS_KEY', 'lylme_key');
|
||||
define('SYSTEM_ROOT', dirname(__FILE__) . '/');
|
||||
define('ROOT', dirname(SYSTEM_ROOT) . '/');
|
||||
//error_reporting(0);
|
||||
error_reporting(0);
|
||||
require ROOT . 'config.php';
|
||||
if(!defined('SQLITE') && (!$dbconfig['user'] || !$dbconfig['pwd'] || !$dbconfig['dbname'])) {
|
||||
@unlink(ROOT . 'install/install.lock');
|
||||
|
Loading…
Reference in New Issue
Block a user