From 7a51444110c7fa539a630214b54ba1b7a9e4c6ad Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Sun, 4 Aug 2013 17:53:55 -0400 Subject: [PATCH] This should probably still be ADMIN. By default, don't let mods or janitors edit any of the config. --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 1437aa58..61a36cad 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1190,7 +1190,7 @@ // Execute un-filtered SQL queries on the database (?/debug/sql) $config['mod']['debug_sql'] = DISABLED; // Edit the current configuration (via web interface) - $config['mod']['edit_config'] = MOD; + $config['mod']['edit_config'] = ADMIN; // Config editor permissions $config['mod']['config'] = array(