Added comments

This commit is contained in:
Lars van Hijfte
2017-02-03 12:12:16 +01:00
parent 1fd984cc02
commit 3aae884bb5
6 changed files with 211 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<?php
session_start();
// Checks if there's an user already logged in
// Checks if there's a user already logged in
if(isset($_SESSION["userID"])){
echo "<script>
window.onload=checkLoggedIn();