mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Update top-level CGIs to support usermin
This commit is contained in:
@@ -6,6 +6,9 @@ BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
|
||||
&init_config();
|
||||
if (&get_product_name() eq 'usermin') {
|
||||
&switch_to_remote_user();
|
||||
}
|
||||
&ReadParse();
|
||||
&error_setup($text{'feedback_err'});
|
||||
%access = &get_module_acl();
|
||||
|
||||
Reference in New Issue
Block a user