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

Der Log sollte nun wieder korrekt funktionieren.

parent 2b956783
No related branches found
No related tags found
No related merge requests found
......@@ -410,6 +410,6 @@ class ProxyController extends Controller
$logString = $dateString . "\t" . $targetUrl . "\t" . $ip . "\n";
file_put_contents($logFile, $logString);
file_put_contents($logFile, $logString, FILE_APPEND);
}
}
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