mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Contact Times: Fix redirect issue on Timer.
This commit is contained in:
@@ -81,7 +81,7 @@ if (!permission_exists('contact_time_add')) { echo "access denied"; exit; }
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
}
|
||||
header("contact_timer.php?contact_uuid=".$contact_uuid);
|
||||
header("Location: contact_timer.php?contact_uuid=".$contact_uuid);
|
||||
}
|
||||
|
||||
//get contact details
|
||||
|
||||
Reference in New Issue
Block a user