Debug on/off in admin pannel?

is there a way to set debug mode on or off in the admin pannel?
could someone create this mod?
could someone create this mod?
Home of phpBB Integrated Modifications
http://www.integramod.com/forum/
// ### Debug Level -- Setting now available in the ACP - Teelk. ###if ( $board_config['debug_mode'] == 1){define('DEBUG', 1);}else{define('DEBUG', 0);}
which unless I am mistaken this should be
if ( $board_config['debug_mode'] == '1')