diff --git a/Website/process.php b/Website/process.php
index 1b768fd..a6e9b66 100644
--- a/Website/process.php
+++ b/Website/process.php
@@ -87,9 +87,8 @@
}
if(!$redis->exists("tokens:".$_SESSION['token']) || $redis->get("tokens:".$_SESSION['token']) == 1){
- echo "";
include("Include/PHP/token.php");
- header("location:index.php");
+ echo "";
}
$redis->set("tokens:".$_SESSION['token'], 1);