summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3a2c1e4..af37b7c 100755
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
include_once(__DIR__.'/app/app.php');
-include_once(__DIR__.'/app/lib/Cache.php');
+include_once(__DIR__.'/app/classes/Cache.php');
//Installed ?
if (!isset($Planet)) {