aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-23 05:18:58 -0700
committerredmatrix <git@macgirvin.com>2016-06-23 05:18:58 -0700
commite5c66d94f22d0efcdec0796872e9be81bff1bb4e (patch)
tree9b6cac3efd69cc4f4b9416b22d1ce9546862b0b2 /boot.php
parent2a32713dfc3e508ba5cf21d552083438a438201d (diff)
downloadvolse-hubzilla-e5c66d94f22d0efcdec0796872e9be81bff1bb4e.tar.gz
volse-hubzilla-e5c66d94f22d0efcdec0796872e9be81bff1bb4e.tar.bz2
volse-hubzilla-e5c66d94f22d0efcdec0796872e9be81bff1bb4e.zip
relocate the cache class
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index d0d69b358..0ece5c39c 100755
--- a/boot.php
+++ b/boot.php
@@ -34,7 +34,6 @@ require_once('include/text.php');
require_once('include/datetime.php');
require_once('include/language.php');
require_once('include/nav.php');
-require_once('include/cache.php');
require_once('include/permissions.php');
require_once('library/Mobile_Detect/Mobile_Detect.php');
require_once('include/features.php');