Revision 8db87547
Added by Jim Pingle almost 13 years ago
usr/local/www/system_usermanager.php | ||
---|---|---|
459 | 459 |
<tr> |
460 | 460 |
<td width="22%" valign="top" class="vncell"><?=gettext("Defined by");?></td> |
461 | 461 |
<td width="78%" class="vtable"> |
462 |
<strong><?=strtoupper($pconfig['utype']);?></strong>
|
|
462 |
<strong><?=strtoupper(htmlspecialchars($pconfig['utype']));?></strong>
|
|
463 | 463 |
<input name="utype" type="hidden" value="<?=htmlspecialchars($pconfig['utype'])?>"/> |
464 | 464 |
</td> |
465 | 465 |
</tr> |
Also available in: Unified diff
Encode this before showing it.