We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470fc09 commit d75969fCopy full SHA for d75969f
mirror-info.php
@@ -14,8 +14,8 @@
14
$mirror_stats = (int) (isset($_SERVER['MIRROR_STATS']) && $_SERVER['MIRROR_STATS'] == '1');
15
16
// 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"]);
+$filename = $_SERVER['DOCUMENT_ROOT'] . '/distributions/' . $RELEASES[5][$PHP_5_6_VERSION]["source"][0]["filename"];
+$md5_ok = (int) (file_exists($filename) && md5_file($filename) == $PHP_5_6_MD5["tar.bz2"]);
19
20
// Does this mirror have sqlite?
21
// Gets all available sqlite versions for possible future sqlite wrapper
0 commit comments