* All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ##|+PRIV ##|*IDENT=page-status-gateways ##|*NAME=Status: Gateways ##|*DESCR=Allow access to the 'Status: Gateways' page. ##|*MATCH=status_gateways.php* ##|-PRIV 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"); $shortcut_section = "gateways"; include("head.inc"); /* active tabs */ $tab_array = array(); $tab_array[] = array(gettext("Gateways"), true, "status_gateways.php"); $tab_array[] = array(gettext("Gateway Groups"), false, "status_gateway_groups.php"); display_top_tabs($tab_array); ?>

$gateway) { ?>