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

4 lines
78 B
PHP
Raw Permalink Normal View History

2015-02-24 02:16:37 +01:00
<?php
header('Location: https://www.google.com/search?q='.$_POST[suchen]);
?>