Do not attempt to start_service() twice. This is already handled and can lead to ticket #1044

This commit is contained in:
Scott Ullrich 2006-07-16 17:30:27 +00:00
parent c7f44ae0c1
commit c5ff4e16cf

View File

@ -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.";
}