upport b54d5f9693 - fixed testing checksum empty
This commit is contained in:
parent
09af30f24f
commit
1e540cb6d0
@ -251,7 +251,7 @@ if (!$use_installer && $is_logged_in) {
|
||||
case 'integrity':
|
||||
echo '<h2>' . INTEGRITY . '</h2>';
|
||||
$badsums = array();
|
||||
if (!is_readable(S9Y_INCLUDE_PATH . 'checksums.inc.php')) {
|
||||
if (!is_readable(S9Y_INCLUDE_PATH . 'checksums.inc.php') || 0 == filesize(S9Y_INCLUDE_PATH . 'checksums.inc.php') ) {
|
||||
echo '<span class="msg_notice"><span class="icon-info-circle"></span> ' . CHECKSUMS_NOT_FOUND . '</span>';
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user