forked from leftypol/leftypol
Merge branch 'master' of github.com:vichan-devel/Tinyboard into staging
This commit is contained in:
commit
dafe0d5896
6 changed files with 3198 additions and 10 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue