removed useless line of code

This commit is contained in:
glaszig 2019-07-30 17:36:34 +02:00
parent 0967a53152
commit d53517a34a
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ if (empty($_SESSION['csrf_token'])) {
$_SESSION['csrf_token'] = bin2hex(openssl_random_pseudo_bytes(32));
}
}
$csrf_token = $_SESSION['csrf_token'];
if (!isset($_COOKIE['theme'])) {
$theme = "custom.css";