mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-02 11:43:00 +08:00
change timezone to GMT+8
This commit is contained in:
parent
9893da7a24
commit
e03664eb43
@ -18,6 +18,7 @@ if(PHP_SAPI != 'cli'){
|
||||
die('nothing.');
|
||||
}
|
||||
|
||||
date_default_timezone_set('Asia/Shanghai');
|
||||
$ARR_BLACKLIST = require ROOT_DIR . 'lib/black_domain_list.php';
|
||||
$ARR_WHITELIST = require ROOT_DIR . 'lib/white_domain_list.php';
|
||||
require ROOT_DIR . 'lib/writerFormat.class.php';
|
||||
|
Loading…
Reference in New Issue
Block a user