]> git.p6c8.net - jirafeau_project.git/commitdiff
deleted local_setting from php f_modularization_wip 2/head
authorBlackeye <>
Sun, 11 Aug 2024 13:30:25 +0000 (15:30 +0200)
committerBlackeye <>
Sun, 11 Aug 2024 13:30:25 +0000 (15:30 +0200)
lib/settings.php

index 62cbba77798e824dc8b48ab305ed3af54c1d37e9..22a2a5a570086a2afe14bdd0c8adf249e4cb8399 100644 (file)
@@ -47,7 +47,6 @@ define('JIRAFEAU_VERSION', '4.6.0');
 define('VAR_FILES', $cfg['var_root'] . 'files/');
 define('VAR_LINKS', $cfg['var_root'] . 'links/');
 define('VAR_ASYNC', $cfg['var_root'] . 'async/');
-define('VAR_LOCAL', $cfg['var_root'] . 'local/');
 
 // helping variable to build absolute link to
 // root of the domain without handling the URL scheme

patrick-canterino.de