Update redirectFromJinxxy.php
This commit is contained in:
@@ -117,10 +117,22 @@ echo '<br><span style="font-family: consolas">Currency Code </span>' . $cur
|
|||||||
<a href="/admin/">Dashboard</a>
|
<a href="/admin/">Dashboard</a>
|
||||||
<a href="/admin/insert.php">Insert Data (Gumroad)</a>
|
<a href="/admin/insert.php">Insert Data (Gumroad)</a>
|
||||||
<a href="/admin/insert-species.php">Insert Species</a>
|
<a href="/admin/insert-species.php">Insert Species</a>
|
||||||
<a href="/admin/redirectFromJinxxy.php">Insert Data (Jinxxy)</a>
|
<a href="/admin/redirectFromJinxxy.php" class="active">Insert Data (Jinxxy)</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="insert" style="height: 100%;">
|
<div class="insert" style="height: 100%;">
|
||||||
|
<?php
|
||||||
|
if (isset($_POST["has"]) && $_POST["has"] == "success") {
|
||||||
|
echo "<h2 style=\"color: var(--clr-primary-a0)\">Import Success!</h2>";
|
||||||
|
echo "<p>The Item with the following name and url has been added. <br>
|
||||||
|
Name: " . $_POST["msg"] . "</p>";
|
||||||
|
} else if (isset($_POST["has"]) && $_POST["has"] == "failed") {
|
||||||
|
echo "<h2 style=\"color: #ff3f3f\">Error while Importing</h2>";
|
||||||
|
echo "<p>An Error has Occurred <br>
|
||||||
|
Error: " . $_POST["msg"] . "</p>";
|
||||||
|
|
||||||
|
}
|
||||||
|
?>
|
||||||
<form action="insert-jinxxy.php" method="post" style="height: 100%; width:50%;">
|
<form action="insert-jinxxy.php" method="post" style="height: 100%; width:50%;">
|
||||||
<select name="section" id="section">
|
<select name="section" id="section">
|
||||||
<option value="1">Assets</option>
|
<option value="1">Assets</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user