From 09f6a03c97d9e2117871536da884550fec572d22 Mon Sep 17 00:00:00 2001 From: zPlus Date: Mon, 4 Sep 2017 12:37:44 +0200 Subject: [PATCH] index.php: Remove test line. --- index.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.php b/index.php index 2e1d8d72..44bff67e 100755 --- a/index.php +++ b/index.php @@ -7,10 +7,6 @@ require_once 'twig.php'; // Open database connection $db = new Database (); - -if ($db->connect ()) echo "YYY"; else echo "NNN"; -exit; - $db->connect (); // Pagination. What page are we in?