Inside the virtual table php files remove the v_ prefix from the php file names.

This commit is contained in:
Mark Crane
2012-11-09 10:35:23 +00:00
parent b5eb517cda
commit 68bcee68cf
13 changed files with 53 additions and 53 deletions

View File

@@ -53,7 +53,7 @@ else {
//redirect the user
require_once "includes/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=v_virtual_tables_edit.php?id=$virtual_table_uuid\">\n";
echo "<meta http-equiv=\"refresh\" content=\"2;url=virtual_tables_edit.php?id=$virtual_table_uuid\">\n";
echo "<div align='center'>\n";
echo "Delete Complete\n";
echo "</div>\n";