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

index b9a32a6ecb636ac15a9bdc2568e385b47748c351..494dfd28f896314022e3a6cfb826835ae8840ea7 100644 (file)
@@ -49,7 +49,6 @@ define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau');
 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