Remove the v_ from the links in server settings.

This commit is contained in:
Mark Crane
2012-11-24 00:45:55 +00:00
parent 37266964ed
commit 07da8c782f
7 changed files with 30 additions and 36 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ if (strlen($id)>0) {
}
require_once "includes/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=v_servers_edit.php?id=$server_uuid\">\n";
echo "<meta http-equiv=\"refresh\" content=\"2;url=servers_edit.php?id=$server_uuid\">\n";
echo "<div align='center'>\n";
echo "Delete Complete\n";
echo "</div>\n";