mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
add config switch to disabled impersonate
This commit is contained in:
@@ -669,4 +669,17 @@ $config['disable_oqrs'] = false;
|
||||
$config['special_callsign'] = false;
|
||||
|
||||
// hides the usermenu; takes action only if "special_callsign" is true
|
||||
$config['sc_hide_usermenu'] = true;
|
||||
$config['sc_hide_usermenu'] = true;
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Impersonate
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This config switch disables the impersonate feature. This feauture is used to impersonate another user.
|
||||
| Impersonate is enabled by default. To disable it, set the value to false.
|
||||
|
|
||||
*/
|
||||
|
||||
$config['disable_impersonate'] = false;
|
||||
Reference in New Issue
Block a user