Index: branches/5.2.x/admin/system_presets/simple/sections_core-sections.php =================================================================== diff -u -N -r14929 -r15024 --- branches/5.2.x/admin/system_presets/simple/sections_core-sections.php (.../sections_core-sections.php) (revision 14929) +++ branches/5.2.x/admin/system_presets/simple/sections_core-sections.php (.../sections_core-sections.php) (revision 15024) @@ -4,17 +4,17 @@ $remove_sections = Array ( 'in-portal:reviews', - 'in-portal:reports', 'in-portal:help', 'in-portal:backup', 'in-portal:restore', 'in-portal:main_import', - 'in-portal:sql_query', - 'in-portal:server_info', ); // section in debug mode $debug_only_sections = Array ( + 'in-portal:reports', 'in-portal:configure_advanced', 'in-portal:tools', + 'in-portal:sql_query', + 'in-portal:server_info', );