mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
6 lines
216 B
PHP
Executable File
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');
|
|
?>
|