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 deletions
—
download
Diffstat
Diff options
+0/-4
M index.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?
|