PHP-warnings behoben

This commit is contained in:
Matthias Grief
2024-12-31 17:52:15 +01:00
parent 35fd0537ca
commit b691520f8d
5 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
<?php
require_once("classes/User.php");
session_start();
?>
<!DOCTYPE html>
<html lang="de">
<head>