Zeile 36 | Zeile 36 |
---|
$page->output_header($lang->file_verification." - ".$lang->checking);
|
$page->output_header($lang->file_verification." - ".$lang->checking);
|
$file = explode("\n", fetch_remote_file("http://www.mybb.com/checksums/release_mybb_{$mybb->version_code}.txt"));
| $file = explode("\n", fetch_remote_file("https://mybb.com/checksums/release_mybb_{$mybb->version_code}.txt"));
|
if(strstr($file[0], "<?xml") !== false || empty($file[0])) {
| if(strstr($file[0], "<?xml") !== false || empty($file[0])) {
|
Zeile 96 | Zeile 96 |
---|
break; }
|
break; }
|
$table->construct_cell("<strong><span style=\"color: {$color};\">".substr($file['path'], 2)."</span></strong>");
| $table->construct_cell("<strong><span style=\"color: {$color};\">".htmlspecialchars_uni(substr($file['path'], 2))."</span></strong>");
|
$table->construct_cell("<strong><span style=\"color: {$color};\">{$file['status']}</span></strong>", array("class" => "align_center")); $table->construct_row();
| $table->construct_cell("<strong><span style=\"color: {$color};\">{$file['status']}</span></strong>", array("class" => "align_center")); $table->construct_row();
|