|
...
|
...
|
@@ -294,7 +294,7 @@ class HtmlCollect extends Command |
|
|
|
(empty($host) || $host == $web_url_domain || $host == $home_url)
|
|
|
|
&& $path
|
|
|
|
&& (strpos($path, '.') !== false)
|
|
|
|
&& (!in_array(end($path_arr), ['html', 'com', 'xml']))
|
|
|
|
&& (!in_array(end($path_arr), ['html', 'php', 'com', 'xml']))
|
|
|
|
) {
|
|
|
|
$source = CollectSource::where('project_id', $project_id)->where('origin', $url)->first();
|
|
|
|
if (!$source) {
|
...
|
...
|
|