summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
authorroot2014-03-10 14:03:39 +0100
committerroot2014-03-10 14:03:39 +0100
commitd3032c4fd038f4fa8a450baedd6298e9e9f02ed8 (patch)
tree35f362f7c3959ff848a47672b5902f393d3f4ea5 /www/index.php
parent5441b1738f4fed6a51cbf8a44481251358e9518e (diff)
downloadfiles.iamfabulous.de-d3032c4fd038f4fa8a450baedd6298e9e9f02ed8.tar.gz
nothing
Diffstat (limited to 'www/index.php')
-rw-r--r--www/index.php5
1 files changed, 3 insertions, 2 deletions
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 "<br><br>";
echo "You have currently $invite invites. <br>";
-select();
+select($db);