소스 검색

Whoops. How'd that get there?

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 10 년 전
부모
커밋
cb71ee05b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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