diff --git a/include/functions.php b/include/functions.php
index 84b6da01530e79b979cf7570220e260227b4ff3d..c19915bb7bfccd2b786630d1d00f92b55b49566e 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -811,6 +811,8 @@
 
 			$_SESSION["uid"] = 1;
 			$_SESSION["name"] = "admin";
+			$_SESSION["access_level"] = 10;
+			$_SESSION["csrf_token"] = sha1(uniqid(rand(), true));
 
 			$_SESSION["ip_address"] = $_SERVER["REMOTE_ADDR"];