Commit f7623822 authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent e848cca5
......@@ -364,4 +364,4 @@
</tab>
<activetab>proxy-general-settings</activetab>
</form>
\ No newline at end of file
</form>
......@@ -38,7 +38,7 @@ if ($_POST['clear']) {
// trash log file
$handle = fopen($logfile, 'r+');
ftruncate($handle, 0);
fclose($handle);
fclose($handle);
}
$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Proxy"));
......
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