File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
$ mirror_stats = (int ) (isset ($ _SERVER ['MIRROR_STATS ' ]) && $ _SERVER ['MIRROR_STATS ' ] == '1 ' );
15
15
16
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 " ]);
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 " ]);
19
19
20
20
// Does this mirror have sqlite?
21
21
// Gets all available sqlite versions for possible future sqlite wrapper
You can’t perform that action at this time.
0 commit comments