home » zplus/freepost.git
Author zPlus <zplus@peers.community> 2017-09-04 10:37:44
Committer zPlus <zplus@peers.community> 2017-09-04 10:37:44
Commit 09f6a03 (patch)
Tree 62957bb
Parent(s)

index.php: Remove test line.


commits diff: 9e32b6f..09f6a03
1 file changed, 0 insertions, 4 deletionsdownload


Diffstat
-rwxr-xr-x index.php 4

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+0/-4 M   index.php
index 2e1d8d7..44bff67
old size: 900B - new size: 842B
@@ -7,10 +7,6 @@ require_once 'twig.php';
7 7
8 8 // Open database connection
9 9 $db = new Database ();
10 -
11 - if ($db->connect ()) echo "YYY"; else echo "NNN";
12 - exit;
13 -
14 10 $db->connect ();
15 11
16 12 // Pagination. What page are we in?