Commit 0ec32edf authored by Ad Schellevis's avatar Ad Schellevis

whitespace

parent 66d8d5f0
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
$type = 'cache'; $type = 'cache';
if (isset($_GET['type']) && ($_GET['type'] === 'access' || $_GET['type'] === 'store')) { if (isset($_GET['type']) && ($_GET['type'] === 'access' || $_GET['type'] === 'store')) {
$type = $_GET['type']; $type = $_GET['type'];
} }
$logfile = "/var/log/squid/{$type}.log"; $logfile = "/var/log/squid/{$type}.log";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment