VERO/redirectgeneral.php
2026-03-04 10:12:09 +01:00

6 lines
79 B
PHP

<?php
$newURL = "https://lit.bibb.de";
header('Location: '.$newURL);
die;
?>