1
1
Fork 0

made exceptions from the db optional

set address for updae mails correctly
This commit is contained in:
Alexander Kampmann 2012-04-09 14:04:49 +02:00
commit 7ac4b83c39
3 changed files with 930 additions and 884 deletions

View file

@ -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();
}