From d3032c4fd038f4fa8a450baedd6298e9e9f02ed8 Mon Sep 17 00:00:00 2001
From: root
Date: Mon, 10 Mar 2014 14:03:39 +0100
Subject: nothing
---
www/index.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'www/index.php')
diff --git a/www/index.php b/www/index.php
index ea8d675..fb0851e 100644
--- a/www/index.php
+++ b/www/index.php
@@ -60,7 +60,8 @@ if(empty($_GET)){
get_404();
}
} else {
- select();
+ include("select.php");
+// select($db);
exit;
}
}
@@ -79,4 +80,4 @@ $safe_name=SQLite3::escapeString("$_SESSION[username]");
echo "
";
echo "You have currently $invite invites.
";
-select();
+select($db);
--
cgit v1.2.3