diff options
Diffstat (limited to 'public/index.php')
-rwxr-xr-x | public/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 0a0de38..be28bed 100755 --- a/public/index.php +++ b/public/index.php @@ -1,6 +1,5 @@ <?php require_once '../app/app.php'; -require_once '../app/classes/Cache.php'; if (!$PlanetConfig::isInstalled()) { die('<p>' . _g('You might want to <a href="install.php">install moonmoon</a>.') . '</p>'); |