Revision 4c40e2a7
Added by Phil Davis over 10 years ago
usr/local/www/system_usermanager_addprivs.php | ||
---|---|---|
72 | 72 |
|
73 | 73 |
/* input validation */ |
74 | 74 |
$reqdfields = explode(" ", "sysprivs"); |
75 |
$reqdfieldsn = array(gettext("Selected priveleges"));
|
|
75 |
$reqdfieldsn = array(gettext("Selected privileges"));
|
|
76 | 76 |
|
77 | 77 |
do_input_validation($_POST, $reqdfields, $reqdfieldsn, $input_errors); |
78 | 78 |
|
... | ... | |
149 | 149 |
if ($savemsg) |
150 | 150 |
print_info_box($savemsg); |
151 | 151 |
?> |
152 |
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="user manager add priveleges">
|
|
152 |
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="user manager add privileges">
|
|
153 | 153 |
<tr> |
154 | 154 |
<td> |
155 | 155 |
<?php |
Also available in: Unified diff
Unimportant typos in user and group manager
that do not effect anything.