Skip to content

Commit 766bf21

Browse files
committed
This hasn't been relevant in a long time
1 parent be886f0 commit 766bf21

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

include/get-download.inc

-11
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ foreach ($possible_files as $name) {
2626
if ($file === FALSE) {
2727
site_header("Download not found");
2828

29-
// An executable was requested (temp fix for rsync change)
30-
if (preg_match("!\\.exe$!", $name)) {
31-
$info = "<p>
32-
This mirror site is improperly setup, and thus has
33-
no copy of the executable file you requested. Please
34-
<a href=\"/mirrors\">select a different mirror site</a>
35-
to get the file, until this site gets fixed.
36-
</p>";
37-
}
38-
else {
3929
$info = "<p>
4030
The file you requested (<strong> " . htmlspecialchars($df, ENT_QUOTES, "UTF-8") . " </strong>) is not found on
4131
this server (<strong>{$MYSITE}</strong>). If this file is a
@@ -44,7 +34,6 @@ if ($file === FALSE) {
4434
Please come back to this server later, or start the download from
4535
another mirror site.
4636
</p>";
47-
}
4837

4938
echo <<<EOT
5039
<h1>Download not found</h1>

0 commit comments

Comments
 (0)