Added comments to javascript code #215

Merged
11319801 merged 65 commits from kevin-prototype into master 2017-02-03 21:19:51 +01:00
Showing only changes of commit 771567660c - Show all commits

View File

@@ -26,7 +26,6 @@ require_once ("../queries/user.php");
session_start();
$_SESSION["userID"] = 11;
if(!isset($_SESSION["userID"])) {
header("location:login.php?url=" . "$_SERVER[REQUEST_URI]");
} else {