This repository has been archived on 2021-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
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]);
?>