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