summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.php')
-rw-r--r--www/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/index.php b/www/index.php
index 178e66d..0ce2d72 100644
--- a/www/index.php
+++ b/www/index.php
@@ -3,7 +3,6 @@
session_start();
require_once("functions.php");
-require_once("interface_functions.php");
$db = new SQLite3("../database/sqlite.db");
@@ -25,7 +24,7 @@ if(empty($_GET)){
if(empty($_GET["name"])){
switch($_GET["task"]){
case("login"):
- login($db);
+ login($db)
break;
case("logout"):
logout();