mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Make it more visible that admins have lots of privileges
This commit is contained in:
@@ -1548,7 +1548,7 @@ class CWebAdminMod : public CModule {
|
||||
|
||||
CTemplate& o10 = Tmpl.AddRow("OptionLoop");
|
||||
o10["Name"] = "isadmin";
|
||||
o10["DisplayName"] = t_s("Admin");
|
||||
o10["DisplayName"] = t_s("Admin (dangerous! may gain shell access)");
|
||||
if (pUser->IsAdmin()) {
|
||||
o10["Checked"] = "true";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user