summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-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