Skip to content

Commit d5d150b

Browse files
committed
cleanup, cache not used (Cache_Lite have been dropeed some time ago)
1 parent e13720d commit d5d150b

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

config/based_config.php

-6
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@
6969
define("GLPI_DOC_DIR",GLPI_ROOT . "/files");
7070
}
7171

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-
7872
// Path for cron storage
7973
if (!defined("GLPI_CRON_DIR")) {
8074
define("GLPI_CRON_DIR",GLPI_ROOT . "/files/_cron");

files/_cache/remove.txt

-3
This file was deleted.

inc/config.class.php

-2
Original file line numberDiff line numberDiff line change
@@ -1774,8 +1774,6 @@ static function checkWriteAccessToDirs($fordebug=false) {
17741774
=> __('Checking write permissions for session files'),
17751775
GLPI_CRON_DIR
17761776
=> __('Checking write permissions for automatic actions files'),
1777-
GLPI_CACHE_DIR
1778-
=> __('Checking write permissions for cache files'),
17791777
GLPI_GRAPH_DIR
17801778
=> __('Checking write permissions for graphic files'),
17811779
GLPI_LOCK_DIR

0 commit comments

Comments
 (0)