Update editServerSet.tpl

This commit is contained in:
sempoi
2014-03-08 19:45:49 +08:00
parent 9c4ffbf024
commit 00aae86239
+3 -2
View File
@@ -289,8 +289,9 @@ function refresh(tz) {
<tr>
<td>Error Reporting</td>
<td><select name="error">
<option value="error_reporting (E_ALL ^ E_NOTICE);" selected="selected">Yes</option>
<option value="error_reporting (0);">No</option>
<option value="error_reporting (E_ALL ^ E_NOTICE);" <?php if(ERROR_REPORT=="error_reporting (E_ALL ^ E_NOTICE);") echo "selected";?>>Yes</option>
<option value="error_reporting (0);" <?php if(ERROR_REPORT=="error_reporting (0);") echo "selected";?>>No</option>
</select>
</td>
</tr>