11 lines
192 B
PHP
11 lines
192 B
PHP
@extends("m5_a1.layout_anmeldung")
|
|
|
|
@section("main")
|
|
|
|
@if(!isset($_SESSION['name']))
|
|
|
|
<meta http-equiv="refresh" content="0;url=/werbeseite" />
|
|
|
|
@endif
|
|
|
|
@endsection |