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