Change call_routing to call_forward.
This commit is contained in:
parent
19354fa37c
commit
c9fe34f271
|
|
@ -156,7 +156,7 @@
|
|||
|
||||
//check for all required data
|
||||
if (strlen($msg) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$document['title'] = $text['title-call_routing'];
|
||||
$document['title'] = $text['title-call_forward'];
|
||||
require_once "resources/header.php";
|
||||
require_once "resources/persist_form_var.php";
|
||||
echo "<div align='center'>\n";
|
||||
|
|
@ -262,7 +262,7 @@
|
|||
|
||||
//save the data
|
||||
$database = new database;
|
||||
$database->app_name = 'call_routing';
|
||||
$database->app_name = 'call_forward';
|
||||
$database->app_uuid = '19806921-e8ed-dcff-b325-dd3e5da4959d';
|
||||
$database->save($array);
|
||||
unset($array);
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
$array['follow_me_destinations'][]['follow_me_destination_uuid'] = $follow_me_delete_uuid;
|
||||
}
|
||||
$database = new database;
|
||||
$database->app_name = 'call_routing';
|
||||
$database->app_name = 'call_forward';
|
||||
$database->app_uuid = '19806921-e8ed-dcff-b325-dd3e5da4959d';
|
||||
$database->delete($array);
|
||||
unset($array);
|
||||
|
|
@ -453,7 +453,7 @@
|
|||
}
|
||||
|
||||
//show the header
|
||||
$document['title'] = $text['title-call_routing'];
|
||||
$document['title'] = $text['title-call_forward'];
|
||||
require_once "resources/header.php";
|
||||
|
||||
//pre-populate the form
|
||||
|
|
|
|||
Loading…
Reference in New Issue