Browse Source

This should probably still be ADMIN. By default, don't let mods or janitors edit any of the config.

pull/40/head
Michael Foster 11 years ago
parent
commit
7a51444110
  1. 2
      inc/config.php

2
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(

Loading…
Cancel
Save