|
...
|
...
|
@@ -294,7 +294,7 @@ class HtmlLanguageCollect extends Command |
|
|
|
|
|
|
|
$path_arr = explode('.', $path);
|
|
|
|
if (
|
|
|
|
(empty($scheme) || $scheme == 'https' || $scheme = 'http')
|
|
|
|
(empty($scheme) || $scheme == 'https' || $scheme == 'http')
|
|
|
|
(empty($host) || $host == $web_url_domain || $host == $home_url)
|
|
|
|
&& $path
|
|
|
|
&& (strpos($path, '.') !== false)
|
...
|
...
|
|