Fixed some extra things

This commit is contained in:
Lars van Hijfte
2017-01-19 14:53:12 +01:00
parent e71054c654
commit a71cb8adb6
2 changed files with 5 additions and 1 deletions

View File

@@ -18,3 +18,7 @@
include_once("../queries/connect.php");
session_start();
if(!isset($_SESSION["userID"])){
header("location:login.php");
}