Files
Start.Akamaru.de/google.php
Andreas Bielawski e7a515f47c - made site html5 valid
- realigned linklist and navbar
- removed some CSS classes, we use selectors now
- code cleanup
2015-02-24 17:45:22 +01:00

4 lines
78 B
PHP

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