mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update persist_form_var.php
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
|
||||
function persistformvar($form_array) {
|
||||
// Remember Form Input Values
|
||||
if (is_array($form_array)) {
|
||||
$content = '';
|
||||
if (!empty($form_array)) {
|
||||
$content .= "<form method='post' action='".escape($_SERVER["HTTP_REFERER"])."' target='_self'>\n";
|
||||
foreach($form_array as $key => $val) {
|
||||
if ($key == "XID" || $key == "ACT" || $key == "RET") continue;
|
||||
|
||||
Reference in New Issue
Block a user