diff --git a/inc/8chan-mod-pages.php b/inc/8chan-mod-pages.php index 86d91ef8..4c8e3b90 100644 --- a/inc/8chan-mod-pages.php +++ b/inc/8chan-mod-pages.php @@ -20,8 +20,8 @@ $config['mod']['noticeboard_post'] = GLOBALVOLUNTEER; $config['mod']['search'] = GLOBALVOLUNTEER; $config['mod']['clean_global'] = GLOBALVOLUNTEER; - $config['mod']['view_notes'] = GLOBALVOLUNTEER; - $config['mod']['create_notes'] = GLOBALVOLUNTEER; + $config['mod']['view_notes'] = DISABLED; + $config['mod']['create_notes'] = DISABLED; $config['mod']['debug_recent'] = ADMIN; $config['mod']['debug_antispam'] = ADMIN; $config['mod']['noticeboard_post'] = ADMIN;