diff options
Diffstat (limited to 'admin/post/delete.php')
-rw-r--r-- | admin/post/delete.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/post/delete.php b/admin/post/delete.php index 1f398e1..519ba9e 100644 --- a/admin/post/delete.php +++ b/admin/post/delete.php @@ -2,8 +2,8 @@ #=============================================================================== # DEFINE: Administration #=============================================================================== -define('ADMINISTRATION', TRUE); -define('AUTHENTICATION', TRUE); +const ADMINISTRATION = TRUE; +const AUTHENTICATION = TRUE; #=============================================================================== # INCLUDE: Initialization |