5 lines
42 B
PHP
5 lines
42 B
PHP
|
<?php
|
||
|
|
||
|
header("Location: server.php");
|
||
|
|
||
|
?>
|