Merge pull request #120 from sempoi/patch-8

Update editAdminInfo.tpl
This commit is contained in:
Shadow
2014-03-10 08:28:31 +02:00
-8
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 />