Commit f7623822 authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

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