diff options
Diffstat (limited to 'bin/index.php')
| -rwxr-xr-x | bin/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/index.php b/bin/index.php index eb82df2..8ac08ce 100755 --- a/bin/index.php +++ b/bin/index.php @@ -61,6 +61,7 @@ $doc = new \DOMDocument(); $sx = simplexml_import_dom($doc); $indexDoc->url = $url; +$indexDoc->schemalessUrl = Helper::noSchema($url); $indexDoc->type = 'html'; $indexDoc->subtype = ''; $indexDoc->mimetype = $mimetype; |
