diff --git a/index.php b/index.php
index cb78cf6..0e73c5b 100644
--- a/index.php
+++ b/index.php
@@ -5,6 +5,8 @@
include "db/functions.php";
session_start();
+
+
if(empty($_SESSION['csrf_token'])){
$_SESSION['csrf_token'] = bin2hex(random_bytes(32));
}
@@ -253,197 +255,6 @@