4 lines
68 B
PHP
4 lines
68 B
PHP
<?php
|
|
header("Location: http://".$_SERVER['HTTP_HOST'].":2222");
|
|
?>
|
<?php
|
|
header("Location: http://".$_SERVER['HTTP_HOST'].":2222");
|
|
?>
|