Skip to content
This repository has been archived by the owner on Apr 29, 2018. It is now read-only.

Commit

Permalink
Poprawka adresu serwera weryfikacyjnego
Browse files Browse the repository at this point in the history
HTTP -> HTTPS ze względu na HSTS.
  • Loading branch information
lukasamd committed Jun 27, 2015
1 parent 69959c9 commit 3b87ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Upload/admin/modules/tools/file_verification.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

$page->output_header($lang->file_verification." - ".$lang->checking);

$file = explode("\n", fetch_remote_file("http://dev.mybboard.pl/checksums/ppm_{$mybb->version_code}.txt"));
$file = explode("\n", fetch_remote_file("https://dev.mybboard.pl/checksums/ppm_{$mybb->version_code}.txt"));

if(strstr($file[0], "<?xml") !== false || empty($file[0]))
{
Expand Down

0 comments on commit 3b87ff4

Please sign in to comment.