home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hackers Magazine 57
/
CdHackersMagazineNr57.iso
/
Software
/
Programming
/
dhtmlxMenu.exe
/
dhtmlxMenu
/
libCompiler
/
zip.php
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2009-08-13
|
221 b
|
9 lines
<?php
header("Content-type:application/zip");
header("Content-Disposition: attachment; filename=dhtmlx.zip");
include('./convert.php');
include("./ziplib.php");
echo zipFromLocation($_GET['location']);
?>