Files
FHC-Core/index.vilesci.php
T
SimonGschnell a21a292da6 dokument upload
2024-01-29 16:48:41 +01:00

6 lines
216 B
PHP
Executable File

<?php
if($_SERVER['HTTP_HOST']=='rwawi.technikum-wien.at')
header('Location: https://vilesci.technikum-wien.at/wawi/index.php');
else
header('Location: https://vilesci.technikum-wien.at/vilesci/index.php');
?>