Revision 0259757c
Added by sbeaver about 10 years ago
usr/local/www/interfaces_wireless_edit.php | ||
---|---|---|
217 | 217 |
'cloneif', |
218 | 218 |
null, |
219 | 219 |
'hidden', |
220 |
htmlspecialchars($pconfig['cloneif'])
|
|
220 |
$pconfig['cloneif']
|
|
221 | 221 |
)); |
222 | 222 |
|
223 | 223 |
if (isset($id) && $a_clones[$id]) { |
... | ... | |
225 | 225 |
'id', |
226 | 226 |
null, |
227 | 227 |
'hidden', |
228 |
htmlspecialchars($id)
|
|
228 |
$id
|
|
229 | 229 |
)); |
230 | 230 |
} |
231 | 231 |
|
Also available in: Unified diff
Updated as suggested
Thanks!