Update insert-jinxxy.php
This commit is contained in:
@@ -94,6 +94,9 @@ if ($contentResult->num_rows == 0) {
|
|||||||
</body>
|
</body>
|
||||||
</html>";
|
</html>";
|
||||||
$success = false;
|
$success = false;
|
||||||
|
|
||||||
|
header("Location: /admin/redirectFromJinxxy.php?has=failed&msg=" . $content_name);
|
||||||
|
die();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($success) {
|
if ($success) {
|
||||||
@@ -112,6 +115,9 @@ if ($contentResult->num_rows == 0) {
|
|||||||
Name: " . $content_name . "</div>
|
Name: " . $content_name . "</div>
|
||||||
</body>
|
</body>
|
||||||
</html>";
|
</html>";
|
||||||
|
|
||||||
|
header("Location: /admin/redirectFromJinxxy.php?has=success&msg=" . $content_name);
|
||||||
|
die();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user