diff --git a/admin/redirectFromJinxxy.php b/admin/redirectFromJinxxy.php index 4b56962..03132af 100644 --- a/admin/redirectFromJinxxy.php +++ b/admin/redirectFromJinxxy.php @@ -122,14 +122,14 @@ echo '
Currency Code ' . $cur
Import Success!"; echo "

The Item with the following name and url has been added.
- Name: " . $_POST["msg"] . "

"; - } else if (isset($_POST["has"]) && $_POST["has"] == "failed") { + Name: " . $_GET["msg"] . "

"; + } else if (isset($_GET["has"]) && $_GET["has"] == "failed") { echo "

Error while Importing

"; echo "

An Error has Occurred
- Error: " . $_POST["msg"] . "

"; + Error: " . $_GET["msg"] . "

"; } ?>