STB/stb/views/user/impressum.php

8 lines
123 B
PHP
Executable File

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