7 Zeilen
102 B
PHP
7 Zeilen
102 B
PHP
|
<?php
|
||
|
/* If you crawl here, you may want to see the examples */
|
||
|
|
||
|
header('Location: /');
|
||
|
exit();
|
||
|
?>
|