From 7ac4b83c39d841c80c39ca034971aaaa4bdf0e59 Mon Sep 17 00:00:00 2001 From: Alexander Kampmann Date: Mon, 9 Apr 2012 14:04:49 +0200 Subject: made exceptions from the db optional set address for updae mails correctly --- index.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'index.php') 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 -- cgit v1.2.3