From 6897c929a0a98f9636ed2eb46780532d2bc73918 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Thu, 29 May 2025 23:20:15 +0200 Subject: [PATCH] added another test data --- admin/insert-jinxxy.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/insert-jinxxy.php b/admin/insert-jinxxy.php index af5a31e..0197c85 100644 --- a/admin/insert-jinxxy.php +++ b/admin/insert-jinxxy.php @@ -24,6 +24,8 @@ $_POST["content_image"] = "https://jinxxy-cdn.com/d06463a5-709d-5f10-84ec-9eeb6b $_POST["currency_currency"] = "usd"; +$_POST["species"] = "novabeast"; + // Set user-defined error handler function set_error_handler("myErrorHandler");