From 0912848815bfb63c7829dc6c6d7f494fcf67cc1d Mon Sep 17 00:00:00 2001 From: Vinicius Coque Date: Tue, 29 Jun 2010 20:01:50 -0300 Subject: Fixing syntax errors on diag_dns.php --- usr/local/www/diag_dns.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/www/diag_dns.php b/usr/local/www/diag_dns.php index afa7eb1..d1392d3 100644 --- a/usr/local/www/diag_dns.php +++ b/usr/local/www/diag_dns.php @@ -31,7 +31,7 @@ pfSense_MODULE: dns */ -$pgtitle = array("Diagnostics","DNS Lookup"); +$pgtitle = array(gettext("Diagnostics"),gettext("DNS Lookup")); require("guiconfig.inc"); /* Cheap hack to support both $_GET and $_POST */ @@ -155,7 +155,7 @@ include("head.inc"); ?>




- + -- cgit v1.1