mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 04:13:49 +01:00
This should probably still be ADMIN. By default, don't let mods or janitors edit any of the config.
This commit is contained in:
parent
39a8771706
commit
d3e9bd18f7
@ -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…
x
Reference in New Issue
Block a user