made exceptions from the db optional
set address for updae mails correctly
This commit is contained in:
parent
0d60dbef31
commit
7ac4b83c39
3 changed files with 930 additions and 884 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();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue