Rip website?

This commit is contained in:
Lars van Hijfte
2017-01-31 11:50:05 +01:00
parent c7d47cf446
commit d5d9d5857a
6 changed files with 63 additions and 49 deletions

View File

@@ -10,6 +10,7 @@
<body>
<?php
session_start();
if(isset($_SESSION["userID"])){
header("location: login.php");
}