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/user/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/user/index.php') diff --git a/admin/user/index.php b/admin/user/index.php index ca4dcab..b474fc8 100644 --- a/admin/user/index.php +++ b/admin/user/index.php @@ -6,7 +6,7 @@ define('ADMINISTRATION', TRUE); define('AUTHENTICATION', TRUE); #=============================================================================== -# INCLUDE: Main configuration +# INCLUDE: Initialization #=============================================================================== require '../../core/application.php'; -- cgit v1.2.3