1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 09:10:23 +02:00

Preference added to enable experimental JS/CSS Caching. JS/CSS Caching tweaked to correct broken paths.

This commit is contained in:
Cameron
2016-02-05 15:31:54 -08:00
parent fc7efdc0c6
commit a1c4707bcf
5 changed files with 92 additions and 3 deletions

View File

@@ -32,4 +32,8 @@ define("CACLAN_24", "Empty DB Structure Cache");
define("CACLAN_25", "Empty Thumbnail Cache");
define("CACLAN_26", "Empty All Cache");
define("CACLAN_27", "Empty Browser Cache");
define("CACLAN_28", "JS/CSS Cache");
define("CACLAN_29", "Consolidate and cache javascript files and cascading stylesheet files.");
define("CACLAN_30", "Empty JS/CSS Cache");
?>