From 7cdbf9efcc542701b489e8814628bf6a3b48074e Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 24 Oct 2017 02:42:33 +0200 Subject: Some comments have been updated, unnecessary whitespace at the end of some files was removed and some missing PHP closing tags were added. --- admin/auth.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'admin/auth.php') 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 -- cgit v1.2.3