From d3190a2fd4209430fc5c95d7924d104f6df9ad70 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 10 Nov 2016 22:56:17 +0000 Subject: [PATCH] db/index.php --- lib/php/db/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/php/db/index.php b/lib/php/db/index.php index 11d6df05..19cfd663 100755 --- a/lib/php/db/index.php +++ b/lib/php/db/index.php @@ -6,6 +6,7 @@ * * lib/php/db/index.php */ +#require_once(realpath(dirname(__FILE__).'/page.php')); return; require_once(realpath(dirname(__FILE__).'/init.php')); if(defined('DB_NO_ACTION') and DB_NO_ACTION) return true; -- 2.47.3