X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/6c49ea194c030a04ce8b303aae2a51dce01c7382..03d1001bce1a6d3ba0cce77199a6e1ad686e8273:/lib/settings.php diff --git a/lib/settings.php b/lib/settings.php index 133113d..74bf771 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -24,7 +24,6 @@ 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'))