Remove v_ from the links in gateways

This commit is contained in:
Mark Crane
2012-11-24 00:59:49 +00:00
parent 3bb34b9f1d
commit 0ff839f6bb
5 changed files with 17 additions and 20 deletions

View File

@@ -150,7 +150,7 @@ else {
//redirect the user
require_once "includes/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=v_gateways.php\">\n";
echo "<meta http-equiv=\"refresh\" content=\"2;url=gateways.php\">\n";
echo "<div align='center'>\n";
echo "Copy Complete\n";
echo "</div>\n";