瀏覽代碼

Remove a few more line from upgrade/index.php.

markjcrane 9 年之前
父節點
當前提交
2b0e5664a2
共有 1 個文件被更改,包括 0 次插入16 次删除
  1. 0 16
      core/upgrade/index.php

+ 0 - 16
core/upgrade/index.php

@@ -250,22 +250,6 @@ if (permission_exists("group_edit")) {
 	echo "</table>\n";
 }
 
-if (permission_exists("upgrade_switch")) {
-	echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
-	echo "<tr>\n";
-	echo "	<td width='30%' class='vncell'>\n";
-	echo "		".$text['label-upgrade_switch'];
-	echo "	</td>\n";
-	echo "	<td width='70%' class='vtable' style='height: 50px;'>\n";
-	echo "		<label for='do_switch'>";
-	echo "			<input type='checkbox' class='formfld' name='do[switch]' id='do_switch' value='1'>";
-	echo "			".$text['description-upgrade_switch'];
-	echo "		</label>\n";
-	echo "	</td>\n";
-	echo "</tr>\n";
-	echo "</table>\n";
-}
-
 echo "<br>";
 echo "<div style='text-align: right;'><input type='submit' class='btn' value='".$text['button-upgrade_execute']."'></div>";
 echo "<br><br>";