File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,6 @@ foreach ($possible_files as $name) {
26
26
if ($ file === FALSE ) {
27
27
site_header ("Download not found " );
28
28
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 {
39
29
$ info = "<p>
40
30
The file you requested (<strong> " . htmlspecialchars ($ df , ENT_QUOTES , "UTF-8 " ) . " </strong>) is not found on
41
31
this server (<strong> {$ MYSITE }</strong>). If this file is a
@@ -44,7 +34,6 @@ if ($file === FALSE) {
44
34
Please come back to this server later, or start the download from
45
35
another mirror site.
46
36
</p> " ;
47
- }
48
37
49
38
echo <<<EOT
50
39
<h1>Download not found</h1>
You can’t perform that action at this time.
0 commit comments