forked from GithubBackups/vichan
config[blotter] = false when unset
This commit is contained in:
parent
c7f8d45385
commit
e4e23b995c
@ -38,6 +38,9 @@
|
||||
|
||||
date_default_timezone_set($config['timezone']);
|
||||
|
||||
if(!isset($config['blotter']))
|
||||
$config['blotter'] = false;
|
||||
|
||||
if(!isset($config['post_url']))
|
||||
$config['post_url'] = $config['root'] . $config['file_post'];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user