diff options
Diffstat (limited to 'admin/post/delete.php')
-rw-r--r-- | admin/post/delete.php | 5 |
1 files changed, 2 insertions, 3 deletions
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 |