From c5ff4e16cfc222dc0e77280a70ed883d52ec62fb Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 16 Jul 2006 17:30:27 +0000 Subject: [PATCH] Do not attempt to start_service() twice. This is already handled and can lead to ticket #1044 --- usr/local/www/status_services.php | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php index da257dd2a1..ddc84d797f 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."; }