mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Update call_center_queue_edit.php
This commit is contained in:
@@ -340,7 +340,7 @@
|
||||
remove_config_from_cache('configuration:callcenter.conf');
|
||||
|
||||
//redirect the user
|
||||
header("Location: call_center_queue_edit.php?id=".$call_center_queue_uuid);
|
||||
header("Location: call_center_queue_edit.php?id=".escape($call_center_queue_uuid));
|
||||
return;
|
||||
|
||||
} //(count($_POST)>0 && strlen($_POST["persistformvar"]) == 0)
|
||||
|
||||
Reference in New Issue
Block a user