forked from GithubBackups/vichan
restore php5.3 compatibility. thx for Kihokki for reporting that
This commit is contained in:
parent
7ab87343b7
commit
f5f50da3a0
@ -204,7 +204,7 @@ function loadConfig() {
|
||||
if (!isset($config['user_flag']))
|
||||
$config['user_flag'] = false;
|
||||
if (!isset($config['user_flags']))
|
||||
$config['user_flags'] = [];
|
||||
$config['user_flags'] = array();
|
||||
|
||||
if ($config['root_file']) {
|
||||
chdir($config['root_file']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user