mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Android is a mobile device
This commit is contained in:
@@ -4544,6 +4544,7 @@ local @substrings = (
|
||||
"iPhone", # Apple iPhone KHTML browser
|
||||
"iPod", # iPod touch browser
|
||||
"MobileSafari", # HTTP client in iPhone
|
||||
"Android", # gPhone
|
||||
);
|
||||
foreach my $p (@prefixes) {
|
||||
return 1 if ($agent =~ /^\Q$p\E/);
|
||||
|
||||
@@ -15,8 +15,8 @@ index_ujump=Jump to users..
|
||||
index_notusers=You are not allowed to edit any users on this system
|
||||
index_notusers2=No users were found on this system!
|
||||
index_createuser=Create a new user.
|
||||
index_batch=Create, modify and delete users from batch file.
|
||||
index_export=Export users to batch file.
|
||||
index_batch=Run batch file.
|
||||
index_export=Export to batch file.
|
||||
index_nomoreusers=You are not allowed to create any more users
|
||||
index_groups=Local Groups
|
||||
index_notgroups=You are not allowed to edit any groups on this system
|
||||
|
||||
Reference in New Issue
Block a user