summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-19 18:04:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-19 18:04:45 +0000
commit1e52cb1b212f30bf5010a368ccd4696d640252a7 (patch)
tree0a8e1248dff2038d7e3521952c1e8f31324b40b9 /usr/local/www/status_services.php
parent5feb451992eecbe07534562f926e4c46779a2707 (diff)
downloadpfsense-1e52cb1b212f30bf5010a368ccd4696d640252a7.zip
pfsense-1e52cb1b212f30bf5010a368ccd4696d640252a7.tar.gz
MFC 11632
Fix start service to also start other services then what is defined in the case strings.
Diffstat (limited to 'usr/local/www/status_services.php')
-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 1dc06af..c2dd06a 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -49,8 +49,8 @@ if($_GET['mode'] == "startservice" and $_GET['service']) {
case 'dhcpd';
services_dhcpd_configure();
break;
- start_service($_GET['service']);
}
+ start_service($_GET['service']);
$savemsg = "{$_GET['service']} has been started.";
}
OpenPOWER on IntegriCloud