Remove v_ from the php file names in ivr menu.

This commit is contained in:
Mark Crane
2012-11-24 01:32:49 +00:00
parent 61f6c0ba99
commit ec0b47038b
8 changed files with 28 additions and 31 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ if (strlen($id)>0) {
//redirect the user
require_once "includes/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=v_ivr_menu.php\">\n";
echo "<meta http-equiv=\"refresh\" content=\"2;url=ivr_menu.php\">\n";
echo "<div align='center'>\n";
echo "Delete Complete\n";
echo "</div>\n";