malcomm_online/index.php

6 lines
112 B
PHP

<?
header("location: http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/panel.php");
exit();
?>