X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsession.inc;h=bba6496fddd1dc6a861c9db4b149cf63aabe734b;hb=0f9f517f184a6cae12d1b57b4b6da9cb51efb76b;hp=3ec67df1be0134276def5c0b1ad0f0539f5478a0;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git diff --git a/includes/session.inc b/includes/session.inc index 3ec67df1..bba6496f 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -372,6 +372,7 @@ if (isset($_GET['path_to_root']) || isset($_POST['path_to_root'])) include_once($path_to_root . "/includes/errors.inc"); // colect all error msgs set_error_handler('error_handler' /*, errtypes */); +set_exception_handler('exception_handler'); include_once($path_to_root . "/includes/current_user.inc"); include_once($path_to_root . "/frontaccounting.php");