Skip to content

Commit

Permalink
Update requirements.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee authored Jun 8, 2021
1 parent 2e19ea6 commit 8bb4730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
if (!file_exists('vendor/mintyphp/tools/latest.php')) {
echo "INFO: Adminer not found, downloading...\n";
file_put_contents('vendor/mintyphp/tools/latest.php', file_get_contents('http://adminer.org/latest.php'));
file_put_contents('vendor/mintyphp/tools/latest.php', file_get_contents('https://adminer.org/latest.php'));
}
if (!file_exists('vendor/mintyphp/tools/latest.php')) {
echo "ERROR: Could not write 'vendor/mintyphp/tools/latest.php'\n";
Expand Down

0 comments on commit 8bb4730

Please sign in to comment.