4 lines
47 B
PHP
4 lines
47 B
PHP
|
|
<?php
|
||
|
|
header("Location:adminpage.php");
|
||
|
|
?>
|