From 02d71cb25170e5e44164b423bf936fecd1c4413e Mon Sep 17 00:00:00 2001 From: "jean.feltrin" Date: Fri, 18 Jun 2010 17:19:05 -0300 Subject: Implement gettext() calls --- usr/local/www/diag_dump_states.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php index c3818f6..7e223c8 100755 --- a/usr/local/www/diag_dump_states.php +++ b/usr/local/www/diag_dump_states.php @@ -50,7 +50,7 @@ if($_GET['action']) { $retval = mwexec("/sbin/pfctl -k '{$srcip}' -k '{$dstip}'"); echo htmlentities("|{$srcip}|{$dstip}|{$retval}|"); } else { - echo "invalid input"; + echo gettext("invalid input"); } exit; } @@ -132,7 +132,7 @@ include("head.inc");
- +
Current state count: : -- cgit v1.1