remove the v_ from the php files in recordings.php

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