Skip to content
Snippets Groups Projects
Commit fe7caef4 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Debug Ausgabe vergessen

parent 671a7e8f
No related branches found
No related tags found
1 merge request!4Resolve "Zeichenkodierung aus HTML-Head-Bereich lesen"
...@@ -165,7 +165,6 @@ class ProxyController extends Controller ...@@ -165,7 +165,6 @@ class ProxyController extends Controller
switch ($contentType) { switch ($contentType) {
case 'text/html': case 'text/html':
# It's a html Document # It's a html Document
$contentEncoding = null;
$htmlDocument = new HtmlDocument($password, $targetUrl, $result["data"], $contentEncoding); $htmlDocument = new HtmlDocument($password, $targetUrl, $result["data"], $contentEncoding);
$htmlDocument->proxifyContent(); $htmlDocument->proxifyContent();
$result["data"] = $htmlDocument->getResult(); $result["data"] = $htmlDocument->getResult();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment