Resolve bug when saving CFWD settings (#6337)
calls.php no longer exists as of recent updates. We are now redirecting to call_forward.php instead of calls.php file.
This commit is contained in:
parent
3f8e4328fe
commit
ff7488eed3
|
|
@ -147,7 +147,7 @@
|
||||||
$token = new token;
|
$token = new token;
|
||||||
if (!$token->validate($_SERVER['PHP_SELF'])) {
|
if (!$token->validate($_SERVER['PHP_SELF'])) {
|
||||||
message::add($text['message-invalid_token'],'negative');
|
message::add($text['message-invalid_token'],'negative');
|
||||||
header('Location: calls.php');
|
header('Location: call_forward.php');
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue