Initial release

This commit is contained in:
2015-02-24 02:16:37 +01:00
parent b639b229cd
commit b6c961f96d
24 changed files with 199 additions and 0 deletions

3
google.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
header('Location: http://www.google.com/search?q='.$_POST[suchen]);
?>