diff --git a/src/usr/local/www/status_gateways.php b/src/usr/local/www/status_gateways.php index dbfedcc2d5..656fe0a18f 100644 --- a/src/usr/local/www/status_gateways.php +++ b/src/usr/local/www/status_gateways.php @@ -29,17 +29,11 @@ require_once("guiconfig.inc"); -define('COLOR', true); - $a_gateways = return_gateways_array(); -$gateways_status = array(); $gateways_status = return_gateways_status(true); -$now = time(); -$year = date("Y"); - -$pgtitle = array(gettext("Status"), gettext("Gateways"), gettext("Gateways")); -$pglinks = array("", "@self", "@self"); +$pgtitle = array(gettext("Status"), gettext("Gateways")); +$pglinks = array("", "@self"); $shortcut_section = "gateways"; include("head.inc"); @@ -68,110 +62,103 @@ display_top_tabs($tab_array); - $gateway) { + $gateway) { ?> - - - - - -(default)"; } -?> +?> + + + - - - - - - - - - - - -
- - + + + + + + + + + + + + +