Remove the v_ from the links in call broadcast.

This commit is contained in:
Mark Crane
2012-11-24 00:24:54 +00:00
parent dd4828ed0f
commit cada64d125
4 changed files with 12 additions and 13 deletions

View File

@@ -57,7 +57,7 @@ else {
//redirect the user
require_once "includes/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=v_call_broadcast.php\">\n";
echo "<meta http-equiv=\"refresh\" content=\"2;url=call_broadcast.php\">\n";
echo "<div align='center'>\n";
echo "".$text['confirm-delete']."\n";
echo "</div>\n";