diff options
Diffstat (limited to 'www/index.php')
| -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); |
