Update insert-jinxxy.php

This commit is contained in:
2025-09-22 18:57:01 +02:00
parent 10775ab35c
commit ff052e3849
+6
View File
@@ -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();
}