Update mediafire.php

fix typo
This commit is contained in:
HKLCF
2018-05-06 19:19:20 +08:00
committed by GitHub
parent 69ef6d6d9a
commit d8856e3fd1

View File

@@ -16,7 +16,7 @@ if($url) {
preg_match('@^(?:http?://)?([^/]+)@i', $url, $matches);
$host = $matches[1];
if($host != $support_domain) {
echo 'Please input a valid google drive url.';
echo 'Please input a valid mediafire url.';
exit;
}
}