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