Make it more visible that admins have lots of privileges

This commit is contained in:
Alexey Sokolov
2020-04-10 09:58:59 +01:00
parent 89af445653
commit e8cd53ce2e

View File

@@ -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";
}