X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/1394469c06e6908e6e77b48718ce6664db23407c..6b28d8973d9d57cae8a4d1f52ec5556cbfce1840:/lib/settings.php diff --git a/lib/settings.php b/lib/settings.php index 74bf771..133113d 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -24,6 +24,7 @@ define ('JIRAFEAU_VERSION', '1.0'); define ('VAR_FILES', $cfg['var_root'] . 'files/'); define ('VAR_LINKS', $cfg['var_root'] . 'links/'); define ('VAR_ASYNC', $cfg['var_root'] . 'async/'); +define ('VAR_BLOCK', $cfg['var_root'] . 'block/'); /* Useful constants. */ if (!defined ('NL'))