From: ewinslow Date: Thu, 14 Oct 2010 08:30:36 +0000 (+0000) Subject: Deprecated unnecessary exceptions.php lib file X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=873a388b27bdad5e281dca790a9990591c552c2d;p=lorea%2Felgg.git Deprecated unnecessary exceptions.php lib file git-svn-id: http://code.elgg.org/elgg/trunk@7076 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/engine/lib/exceptions.php b/engine/lib/exceptions.php deleted file mode 100644 index 740ff885b..000000000 --- a/engine/lib/exceptions.php +++ /dev/null @@ -1,11 +0,0 @@ - - * @link http://elgg.org/ - */ - diff --git a/engine/start.php b/engine/start.php index 0bf652cb6..18be0181d 100644 --- a/engine/start.php +++ b/engine/start.php @@ -59,7 +59,7 @@ $lib_dir = dirname(__FILE__) . '/lib/'; * @var array */ $required_files = array( - 'exceptions.php', 'elgglib.php', 'views.php', 'access.php', 'system_log.php', 'export.php', + 'elgglib.php', 'views.php', 'access.php', 'system_log.php', 'export.php', 'sessions.php', 'languages.php', 'input.php', 'install.php', 'cache.php', 'output.php' );