summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-07-16 17:30:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-07-16 17:30:27 +0000
commitc5ff4e16cfc222dc0e77280a70ed883d52ec62fb (patch)
tree418418100476422f8287611d51f973e37c4eccbf /usr/local/www/status_services.php
parentc7f44ae0c1cbafdd844b8524bdc0ea840ca639b9 (diff)
downloadpfsense-c5ff4e16cfc222dc0e77280a70ed883d52ec62fb.zip
pfsense-c5ff4e16cfc222dc0e77280a70ed883d52ec62fb.tar.gz
Do not attempt to start_service() twice. This is already handled and can lead to ticket #1044
Diffstat (limited to 'usr/local/www/status_services.php')
-rwxr-xr-xusr/local/www/status_services.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index da257dd..ddc84d7 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -53,7 +53,6 @@ if($_GET['mode'] == "startservice" and $_GET['service']) {
start_service($_GET['service']);
break;
}
- start_service($_GET['service']);
$savemsg = "{$_GET['service']} has been started.";
}
OpenPOWER on IntegriCloud