6 lines
47 B
PHP
6 lines
47 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
|
||
|
|
header("location:start/index.php");
|
||
|
|
|
||
|
|
?>
|