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