diff options
Diffstat (limited to 'admin/auth.php')
-rw-r--r-- | admin/auth.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/admin/auth.php b/admin/auth.php index 7232940..e2e1b57 100644 --- a/admin/auth.php +++ b/admin/auth.php @@ -5,7 +5,7 @@ define('ADMINISTRATION', TRUE); #=============================================================================== -# INCLUDE: Main configuration +# INCLUDE: Initialization #=============================================================================== require '../core/application.php'; @@ -75,5 +75,4 @@ try { catch(Template\Exception $Exception) { Application::exit($Exception->getMessage()); } -?> - +?>
\ No newline at end of file |