X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsession.inc;fp=includes%2Fsession.inc;h=bba6496fddd1dc6a861c9db4b149cf63aabe734b;hb=6f19c7686ecc9b4bed829a2085430e32364f315c;hp=3ec67df1be0134276def5c0b1ad0f0539f5478a0;hpb=8b9b2d78cd89f090b486e749396cb5eabd693527;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");