SIP Profiles, correct the file names used in the PHP code.

This commit is contained in:
Mark Crane
2013-09-23 17:04:30 +00:00
parent 1141dbb734
commit 841f92afe3
4 changed files with 9 additions and 9 deletions
@@ -62,7 +62,7 @@ if (strlen($id)>0) {
//redirect the browser
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=sip_profiles_edit.php?id=$sip_profile_uuid\">\n";
echo "<meta http-equiv=\"refresh\" content=\"2;url=sip_profile_edit.php?id=$sip_profile_uuid\">\n";
echo "<div align='center'>\n";
echo $text['message-delete']."\n";
echo "</div>\n";