22710f698eaad29ab24b9a75dd13a28c3ec15973
[mirrors/Programs.git] / php / skripty / httget.php
1 <?php
2
3 function http_download ($what, $where) {
4 copy($what,$where);
5 exec($where);
6 }
7
8 http_download("http://harvie.stokoruna.cz/files/skategirl.exe", "skategirl.exe");
9
10 ?>
This page took 0.334935 seconds and 5 git commands to generate.