From 8970954933ecf4b5c842027faa7c52f85cc25fe2 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Wed, 12 Mar 2014 02:50:30 +0100 Subject: Structure in functions. Stronger hash algorith for password safety, also pepper. --- www/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www/index.php') 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(); -- cgit v1.2.3