aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/index.php b/index.php
index 0cf74365c..1cb16778a 100644
--- a/index.php
+++ b/index.php
@@ -11,7 +11,6 @@
* bootstrap the application
*
*/
-try {
require_once('boot.php');
@@ -371,9 +370,3 @@ else
session_write_close();
exit;
-} catch(Exception $ex) {
-// it may fail because logger uses the db,
-// but give it a try:
-logger('exception caught at index.php: '.$ex->getMessage());
-system_unavailable();
-} \ No newline at end of file