10 $include_path=".:bugs";
11 $bugs_configuration_path="./";
12 require("bugs_globals.php");
13 if(($archive=fopen("bin/bgui.lha","r")))
15 Header("Content-Type: application/octet-stream");
16 Header("Content-length: ".filesize("bin/bgui.lha"));
17 Header("Date: ".gmdate("D d F Y H:i:s GMT",filectime("bin/bgui.lha")));
21 Header("HTTP/1.0 404 File not found");