Skip to content

Commit d75969f

Browse files
committed
Update the rsync check now that 5.3 is bye bye
1 parent 470fc09 commit d75969f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mirror-info.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
$mirror_stats = (int) (isset($_SERVER['MIRROR_STATS']) && $_SERVER['MIRROR_STATS'] == '1');
1515

1616
// MD5 check last release file (identifies rsync setup problems)
17-
$filename = $_SERVER['DOCUMENT_ROOT'] . '/distributions/' . $RELEASES[5][$PHP_5_3_VERSION]["source"][0]["filename"];
18-
$md5_ok = (int) (file_exists($filename) && md5_file($filename) == $PHP_5_3_MD5["tar.bz2"]);
17+
$filename = $_SERVER['DOCUMENT_ROOT'] . '/distributions/' . $RELEASES[5][$PHP_5_6_VERSION]["source"][0]["filename"];
18+
$md5_ok = (int) (file_exists($filename) && md5_file($filename) == $PHP_5_6_MD5["tar.bz2"]);
1919

2020
// Does this mirror have sqlite?
2121
// Gets all available sqlite versions for possible future sqlite wrapper

0 commit comments

Comments
 (0)