mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
spelling
This commit is contained in:
parent
87b10bedc1
commit
bf64867948
@ -100,7 +100,7 @@ if (isset($_POST['del_x'])) {
|
||||
}
|
||||
} else {
|
||||
/* yuck - IE won't send value attributes for image buttons, while Mozilla does -
|
||||
so we use .x/.y to fine move button clicks instead... */
|
||||
so we use .x/.y to find move button clicks instead... */
|
||||
unset($movebtn);
|
||||
foreach ($_POST as $pn => $pd) {
|
||||
if (preg_match("/move_(\d+)_x/", $pn, $matches)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user