diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/exceptions.php | 11 | ||||
-rw-r--r-- | engine/start.php | 2 |
2 files changed, 1 insertions, 12 deletions
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 @@ -<?php -/** - * Exceptions. - * Define some globally useful exception classes. - * - * @package Elgg - * @subpackage Exceptions - * @author Curverider Ltd <info@elgg.com> - * @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' ); |