STB/foto/views/user/impressum.php

7 lines
100 B
PHP
Raw Permalink Normal View History

2025-01-15 20:05:21 +01:00
<?php
echo "</br></br></br>";
header("Location: ./../../../public/index.php/impressum");
die();
?>