summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_openvpn.php
diff options
context:
space:
mode:
authorRafael Lucas <rafalucas.unicamp@gmail.com>2010-07-26 08:38:37 -0300
committerRafael Lucas <rafalucas.unicamp@gmail.com>2010-07-26 08:38:37 -0300
commit188097024801509c431899e7d9d4382e0a05b204 (patch)
treed1e353c299577dcf14dba60b6f0e6ae875c09628 /usr/local/www/status_openvpn.php
parent6deb0c037568f8bd44912f1677acf7cdfc045eee (diff)
downloadpfsense-188097024801509c431899e7d9d4382e0a05b204.zip
pfsense-188097024801509c431899e7d9d4382e0a05b204.tar.gz
Corrections gettext calls on status_openvpn.php
Diffstat (limited to 'usr/local/www/status_openvpn.php')
-rw-r--r--usr/local/www/status_openvpn.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_openvpn.php b/usr/local/www/status_openvpn.php
index 3ee200b..4e0c520 100644
--- a/usr/local/www/status_openvpn.php
+++ b/usr/local/www/status_openvpn.php
@@ -78,7 +78,7 @@ function kill_client($port, $remipp) {
/* parse header list line */
if (strpos($line, "INFO:"))
continue;
- if (strpos($line, "UCCESS")) {
+ if (strpos($line, "SUCCESS")) {
$killed = 0;
}
break;
OpenPOWER on IntegriCloud