diff --git a/admin/redirectFromJinxxy.php b/admin/redirectFromJinxxy.php index 00e619c..78c968e 100644 --- a/admin/redirectFromJinxxy.php +++ b/admin/redirectFromJinxxy.php @@ -117,10 +117,22 @@ echo '
Currency Code ' . $cur Dashboard Insert Data (Gumroad) Insert Species - Insert Data (Jinxxy) + Insert Data (Jinxxy)
+ 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") { + echo "

Error while Importing

"; + echo "

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

"; + + } + ?>