Update version.php to 3.3.0
[isso.git] / App.php
diff --git a/App.php b/App.php
index 7318fcc6de8875870162985b8c1bf12248373e39..98b04bdb0c50508403044306dba2e16a12d1e53b 100644 (file)
--- a/App.php
+++ b/App.php
@@ -2,7 +2,7 @@
 /*=====================================================================*\
 || ###################################################################
 || # Blue Static ISSO Framework
-|| # Copyright (c)2005-2008 Blue Static
+|| # Copyright (c)2005-2009 Blue Static
 || #
 || # This program is free software; you can redistribute it and/or modify
 || # it under the terms of the GNU General Public License as published by
@@ -51,7 +51,8 @@ if ((bool)ini_get('register_globals') === true)
        }
 }
 
-require_once(ISSO . '/Functions.php');
+require_once ISSO . '/ExceptionHandler.php';
+set_exception_handler(array('BSExceptionHandler', 'handle'));
 
 /**
  * Application Class
@@ -62,7 +63,7 @@ require_once(ISSO . '/Functions.php');
  * at any given time.
  *
  * @author             Blue Static
- * @copyright  Copyright (c)2005 - 2008, Blue Static
+ * @copyright  Copyright (c)2005 - 2009, Blue Static
  * @package            ISSO
  * 
  */