diff options
| author | root | 2014-03-10 14:03:39 +0100 |
|---|---|---|
| committer | root | 2014-03-10 14:03:39 +0100 |
| commit | d3032c4fd038f4fa8a450baedd6298e9e9f02ed8 (patch) | |
| tree | 35f362f7c3959ff848a47672b5902f393d3f4ea5 /www | |
| parent | 5441b1738f4fed6a51cbf8a44481251358e9518e (diff) | |
| download | files.iamfabulous.de-d3032c4fd038f4fa8a450baedd6298e9e9f02ed8.tar.gz | |
nothing
Diffstat (limited to 'www')
| -rw-r--r-- | www/index.php | 5 |
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); |
