(legacy) whitespace

This commit is contained in:
Ad Schellevis 2015-08-16 17:46:00 +00:00
parent 29a2772e2b
commit d53f28c25f

View File

@ -217,13 +217,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$pgtitle = array(gettext("Firewall"),gettext("Aliases"),gettext("Edit"));
$referer = (isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '/firewall_aliases.php');
legacy_html_escape_form_data($pconfig);
include("head.inc");
?>
<body>
<?php
include("fbegin.inc");
@ -286,7 +282,6 @@ include("head.inc");
});
toggleType();
});
</script>