From 796d0553a16285e2228bc06d9d74e8be735c95e2 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Mon, 22 Sep 2025 19:07:09 +0200 Subject: [PATCH] Update redirectFromJinxxy.php --- admin/redirectFromJinxxy.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"] . "

"; } ?>