File tree 3 files changed +0
-11
lines changed
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 69
69
define ("GLPI_DOC_DIR " ,GLPI_ROOT . "/files " );
70
70
}
71
71
72
- // Path for cache storage
73
- if (!defined ("GLPI_CACHE_DIR " )) {
74
- // Need / at the end for Cache Lite compatibility
75
- define ("GLPI_CACHE_DIR " ,GLPI_ROOT . "/files/_cache/ " );
76
- }
77
-
78
72
// Path for cron storage
79
73
if (!defined ("GLPI_CRON_DIR " )) {
80
74
define ("GLPI_CRON_DIR " ,GLPI_ROOT . "/files/_cron " );
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1774,8 +1774,6 @@ static function checkWriteAccessToDirs($fordebug=false) {
1774
1774
=> __ ('Checking write permissions for session files ' ),
1775
1775
GLPI_CRON_DIR
1776
1776
=> __ ('Checking write permissions for automatic actions files ' ),
1777
- GLPI_CACHE_DIR
1778
- => __ ('Checking write permissions for cache files ' ),
1779
1777
GLPI_GRAPH_DIR
1780
1778
=> __ ('Checking write permissions for graphic files ' ),
1781
1779
GLPI_LOCK_DIR
You can’t perform that action at this time.
0 commit comments