diff options
author | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-04-09 14:04:49 +0200 |
---|---|---|
committer | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-04-09 14:04:49 +0200 |
commit | 7ac4b83c39d841c80c39ca034971aaaa4bdf0e59 (patch) | |
tree | 6bd6979f4bfbce707c5d955f5036d2d269b68558 /index.php | |
parent | 0d60dbef31ea645b8495d8e28fca6c248d20048b (diff) | |
download | volse-hubzilla-7ac4b83c39d841c80c39ca034971aaaa4bdf0e59.tar.gz volse-hubzilla-7ac4b83c39d841c80c39ca034971aaaa4bdf0e59.tar.bz2 volse-hubzilla-7ac4b83c39d841c80c39ca034971aaaa4bdf0e59.zip |
made exceptions from the db optional
set address for updae mails correctly
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |