Files
Start.Akamaru.de/google.php
2015-02-24 02:16:37 +01:00

3 lines
76 B
PHP

<?php
header('Location: http://www.google.com/search?q='.$_POST[suchen]);
?>