diff options
Diffstat (limited to 'admin/index.php')
-rw-r--r-- | admin/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php index 0e59da1..1cddb8c 100644 --- a/admin/index.php +++ b/admin/index.php @@ -8,7 +8,7 @@ define('AUTHENTICATION', TRUE); #=============================================================================== # INCLUDE: Main configuration #=============================================================================== -require_once '../core/application.php'; +require '../core/application.php'; #=============================================================================== # TRY: PDOException |