summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-12 19:20:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-12 19:20:18 +0000
commit230ede67a05a4cde93bee3eca76adce5181212e1 (patch)
tree98afe953534c96d5410cd09e3a757f03f81087ce /usr/local
parentfa903e29bcd1eca7bf08c9c318e09f2599640a29 (diff)
downloadpfsense-230ede67a05a4cde93bee3eca76adce5181212e1.zip
pfsense-230ede67a05a4cde93bee3eca76adce5181212e1.tar.gz
Misssed typo
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/status_services.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index 5b3f93f..0628a7a 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -148,7 +148,7 @@ if ($dh)
if($package_name == "")
continue;
if(get_pkg_id($package_name) == -1)
- continute;
+ continue;
$status = is_service_running($executable_name);
if($status == 1)
$status_txt = "<font color='green'>Running</font>";
OpenPOWER on IntegriCloud