mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
contact settings support
This commit is contained in:
@@ -766,6 +766,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
require "contact_addresses.php";
|
||||
require "contact_extensions.php";
|
||||
require "contact_notes.php";
|
||||
require "contact_settings.php";
|
||||
echo "</td>\n";
|
||||
}
|
||||
|
||||
@@ -775,4 +776,4 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user