diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) { |