mirror of
https://github.com/hklcf/MediaFire-Stream-API
synced 2026-01-13 13:24:29 -08:00
Update mediafire.php
fix typo
This commit is contained in:
@@ -16,7 +16,7 @@ if($url) {
|
|||||||
preg_match('@^(?:http?://)?([^/]+)@i', $url, $matches);
|
preg_match('@^(?:http?://)?([^/]+)@i', $url, $matches);
|
||||||
$host = $matches[1];
|
$host = $matches[1];
|
||||||
if($host != $support_domain) {
|
if($host != $support_domain) {
|
||||||
echo 'Please input a valid google drive url.';
|
echo 'Please input a valid mediafire url.';
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user