浏览代码

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