Files
DirectAdmin-1.62.4/update/scripts/redirect.php
tuend-work 4478491d73 z
2025-11-13 07:41:56 +07:00

4 lines
68 B
PHP

<?php
header("Location: http://".$_SERVER['HTTP_HOST'].":2222");
?>