Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 614d649

Browse files
author
Jamie Snape
committed
Remove is writable check in index.php that is killing performance
This really does not need to be checked every single request.
1 parent d77acf6 commit 614d649

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,5 @@
3535
require_once BASE_PATH.'/vendor/autoload.php';
3636
require_once BASE_PATH.'/core/include.php';
3737

38-
if (!is_writable(LOCAL_CONFIGS_PATH)) {
39-
echo '<p>To use Midas Platform, the folder "'.LOCAL_CONFIGS_PATH.'" must be writable by your web server.</p>';
40-
exit();
41-
}
42-
4338
$application = new Zend_Application('global', CORE_CONFIG);
4439
$application->bootstrap()->run();

0 commit comments

Comments
 (0)