Initial commit

This commit is contained in:
lopar
2019-01-09 20:53:04 +02:00
parent e2cb645409
commit 657b977106
+1
View File
@@ -6,6 +6,7 @@
* One file to rule 'em all! * One file to rule 'em all!
*/ */
session_start();
if (!isset($_SESSION['uid'])) header("Location: index.php"); if (!isset($_SESSION['uid'])) header("Location: index.php");
require_once 'functions.php'; require_once 'functions.php';