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