Anmeldung läuft

This commit is contained in:
Robert
2024-01-17 15:23:48 +01:00
parent aa936198c8
commit d47f00093a
125 changed files with 1459 additions and 4444 deletions

View File

@@ -0,0 +1,11 @@
@extends("m5_a1.layout_anmeldung")
@section("main")
@if(!isset($_SESSION['name']))
<meta http-equiv="refresh" content="0;url=/" />
@endif
@endsection