Update index.php
This commit is contained in:
@@ -6,12 +6,7 @@ if (session_status() === PHP_SESSION_NONE) {
|
|||||||
include_once "includes/csrf.php";
|
include_once "includes/csrf.php";
|
||||||
include_once "php/controller/index-controller.php";
|
include_once "php/controller/index-controller.php";
|
||||||
?>
|
?>
|
||||||
if (session_status() === PHP_SESSION_NONE) {
|
|
||||||
session_start();
|
|
||||||
}
|
|
||||||
include_once "includes/csrf.php";
|
|
||||||
include_once "php/controller/index-controller.php";
|
|
||||||
?>
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
Reference in New Issue
Block a user