Write the xml file for sip profiles and reloadxml when the sip profiles are missing add new defaults.

This commit is contained in:
Mark Crane 2015-02-17 19:18:43 +00:00
parent 10896c10ac
commit 39cd7742ef
1 changed files with 6 additions and 0 deletions

View File

@ -150,6 +150,12 @@
}
}
}
//save the sip profile xml
save_sip_profile_xml();
//apply settings reminder
$_SESSION["reload_xml"] = true;
}
unset($prep_statement);
}