Explorar el Código

Whoops. How'd that get there?

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom hace 10 años
padre
commit
cb71ee05b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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