Write the xml file for sip profiles and reloadxml when the sip profiles are missing add new defaults.
This commit is contained in:
parent
10896c10ac
commit
39cd7742ef
|
|
@ -150,6 +150,12 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
//save the sip profile xml
|
||||
save_sip_profile_xml();
|
||||
|
||||
//apply settings reminder
|
||||
$_SESSION["reload_xml"] = true;
|
||||
}
|
||||
unset($prep_statement);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue