mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
config[blotter] = false when unset
This commit is contained in:
parent
75421c1ccb
commit
d4a1264ae6
@ -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…
Reference in New Issue
Block a user