disable the unrecognized nls and x flags
[AROS-Contrib.git] / bgui / website / bgui_e.lha
blob838d67df152f93d7f594656b28f3ca4f1f5bf798
1 <?
2 /*
3  * bgui_e.lha
4  *
5  * @(#) $Header$
6  *
7  */
9 $configuring=0;
10 $include_path=".:bugs";
11 $bugs_configuration_path="./";
12 require("bugs_globals.php");
13 if(($archive=fopen("bin/bgui_e.lha","r")))
15         Header("Content-Type: application/octet-stream");
16         Header("Content-length: ".filesize("bin/bgui_e.lha"));
17         Header("Date: ".gmdate("D d F Y H:i:s GMT",filectime("bin/bgui_e.lha")));
18         fpassthru($archive);
20 else
21         Header("HTTP/1.0 404 File not found");