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/post/delete.php | 5 ++--- admin/post/index.php | 2 +- admin/post/insert.php | 2 +- admin/post/search.php | 2 +- admin/post/update.php | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) (limited to 'admin/post') diff --git a/admin/post/delete.php b/admin/post/delete.php index 80f3a70..78fdf6e 100644 --- a/admin/post/delete.php +++ b/admin/post/delete.php @@ -6,7 +6,7 @@ define('ADMINISTRATION', TRUE); define('AUTHENTICATION', TRUE); #=============================================================================== -# INCLUDE: Main configuration +# INCLUDE: Initialization #=============================================================================== require '../../core/application.php'; @@ -63,5 +63,4 @@ try { catch(Post\Exception $Exception) { Application::error404(); } -?> - +?> \ No newline at end of file diff --git a/admin/post/index.php b/admin/post/index.php index 5130612..57b19e9 100644 --- a/admin/post/index.php +++ b/admin/post/index.php @@ -6,7 +6,7 @@ define('ADMINISTRATION', TRUE); define('AUTHENTICATION', TRUE); #=============================================================================== -# INCLUDE: Main configuration +# INCLUDE: Initialization #=============================================================================== require '../../core/application.php'; diff --git a/admin/post/insert.php b/admin/post/insert.php index d3e1b96..d35d527 100644 --- a/admin/post/insert.php +++ b/admin/post/insert.php @@ -6,7 +6,7 @@ define('ADMINISTRATION', TRUE); define('AUTHENTICATION', TRUE); #=============================================================================== -# INCLUDE: Main configuration +# INCLUDE: Initialization #=============================================================================== require '../../core/application.php'; diff --git a/admin/post/search.php b/admin/post/search.php index 3369be2..c2c83ca 100644 --- a/admin/post/search.php +++ b/admin/post/search.php @@ -6,7 +6,7 @@ define('ADMINISTRATION', TRUE); define('AUTHENTICATION', TRUE); #=============================================================================== -# INCLUDE: Main configuration +# INCLUDE: Initialization #=============================================================================== require '../../core/application.php'; diff --git a/admin/post/update.php b/admin/post/update.php index c21b96e..d2cf979 100644 --- a/admin/post/update.php +++ b/admin/post/update.php @@ -6,7 +6,7 @@ define('ADMINISTRATION', TRUE); define('AUTHENTICATION', TRUE); #=============================================================================== -# INCLUDE: Main configuration +# INCLUDE: Initialization #=============================================================================== require '../../core/application.php'; -- cgit v1.2.3