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

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