aboutsummaryrefslogtreecommitdiffstats
path: root/admin/auth.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-10-24 02:42:33 +0200
committerThomas Lange <code@nerdmind.de>2017-10-24 02:42:33 +0200
commit7cdbf9efcc542701b489e8814628bf6a3b48074e (patch)
tree1a3b30240cad8677c279e3efddd722d9d016ca29 /admin/auth.php
parent5350bb7abb102a537b8dafcc6cf46679f4b52c50 (diff)
downloadblog-7cdbf9efcc542701b489e8814628bf6a3b48074e.tar.gz
blog-7cdbf9efcc542701b489e8814628bf6a3b48074e.tar.xz
blog-7cdbf9efcc542701b489e8814628bf6a3b48074e.zip
Some comments have been updated, unnecessary whitespace at the end of some files was removed and some missing PHP closing tags were added.
Diffstat (limited to 'admin/auth.php')
-rw-r--r--admin/auth.php5
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