From 4802aeada5b8fde0848852ee56454c887738ead4 Mon Sep 17 00:00:00 2001
From: Thomas Lange <code@nerdmind.de>
Date: Tue, 11 Apr 2017 22:51:24 +0200
Subject: The control structures "require_once" have been replaced by a simple
 "require" (except within the 403.php and 404.php where it makes sense,
 because these files can be directly called or included).

---
 admin/database.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'admin/database.php')

diff --git a/admin/database.php b/admin/database.php
index 01c2dd7..bc25b76 100644
--- a/admin/database.php
+++ b/admin/database.php
@@ -8,7 +8,7 @@ define('AUTHENTICATION', TRUE);
 #===============================================================================
 # INCLUDE: Main configuration
 #===============================================================================
-require_once '../core/application.php';
+require '../core/application.php';
 
 #===============================================================================
 # Execute database command(s)
-- 
cgit v1.2.3