STB/foto/views/user/impressum.php

7 lines
100 B
PHP
Executable File

<?php
echo "</br></br></br>";
header("Location: ./../../../public/index.php/impressum");
die();
?>