Browse Source

Whoops. How'd that get there?

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 10 years ago
parent
commit
cb71ee05b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/ManageServer.php

+ 1 - 1
Sources/ManageServer.php

@@ -544,7 +544,7 @@ function ModifyLoadBalancingSettings($return_config = false)
 	{
 		// Stupidity is not allowed.
 		foreach ($_POST as $key => $value)
-		{			
+		{
 			if (strpos($key, 'loadavg') === 0 || $key === 'loadavg_enable')
 				continue;
 			else