Update insert-jinxxy.php

This commit is contained in:
2025-09-22 19:06:14 +02:00
parent a265bbf2a0
commit 43c22106aa
+2 -2
View File
@@ -95,7 +95,7 @@ if ($contentResult->num_rows == 0) {
</html>"; </html>";
$success = false; $success = false;
header('Location: /admin/redirectFromJinxxy.php?has=failed'); header('Location: /admin/redirectFromJinxxy.php?has=failed&msg=' . urlencode($e) . '');
die(); die();
} }
@@ -116,7 +116,7 @@ if ($contentResult->num_rows == 0) {
</body> </body>
</html>"; </html>";
header("Location: /admin/redirectFromJinxxy.php?has=success&msg=" . $content_name); header("Location: /admin/redirectFromJinxxy.php?has=success&msg=" . urlencode($content_name));
die(); die();
} }