Update editAdminInfo.tpl

This commit is contained in:
sempoi
2014-03-08 15:54:46 +08:00
parent 9c4ffbf024
commit b0d88601af
+1 -9
View File
@@ -41,14 +41,6 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
</select> </select>
</td> </td>
</tr> </tr>
<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>
</select>
</td>
</tr>
</tbody> </tbody>
</table> </table>
<br /> <br />
@@ -57,4 +49,4 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
<td align="right"><input type="image" border="0" src="../img/admin/b/ok1.gif"></td> <td align="right"><input type="image" border="0" src="../img/admin/b/ok1.gif"></td>
</tr> </tr>
</table> </table>
</form> </form>