Update redirectFromJinxxy.php

This commit is contained in:
2025-09-22 18:45:08 +02:00
parent eaf1c9afe2
commit e24e2a0cf1
+11 -11
View File
@@ -135,17 +135,17 @@ echo '<br><span style="font-family: consolas">Currency Code </span>' . $cur
}
?>
</div>
<input type="text" name="creator_name" value="<?php echo $creator_name; ?>"><br>
<input type="text" name="creator_pb" value="<?php echo $creator_pb; ?>"><br>
<input type="text" name="creator_jinxxyURL" value="<?php echo $creator_jinxxyURL; ?>"><br>
<input type="text" name="content_name" value="<?php echo $content_name; ?>"><br>
<input type="text" name="content_price" value="<?php echo $content_price; ?>"><br>
<input type="text" name="content_rating" value="<?php echo $content_rating; ?>"><br>
<input type="text" name="content_creator_id" value="<?php echo $content_creator_id; ?>"><br>
<input type="text" name="content_currency_id" value="<?php echo $content_currency_id; ?>"><br>
<input type="text" name="content_url" value="<?php echo $content_url; ?>"><br>
<input type="text" name="content_image" value="<?php echo $content_image; ?>"><br>
<input type="text" name="currency_currency" value="<?php echo $currency_tag; ?>"><br>
<input type="text" name="creator_name" value="<?php echo $creator_name; ?>">
<input type="text" name="creator_pb" value="<?php echo $creator_pb; ?>">
<input type="text" name="creator_jinxxyURL" value="<?php echo $creator_jinxxyURL; ?>">
<input type="text" name="content_name" value="<?php echo $content_name; ?>">
<input type="text" name="content_price" value="<?php echo $content_price; ?>">
<input type="text" name="content_rating" value="<?php echo $content_rating; ?>">
<input type="text" name="content_creator_id" value="<?php echo $content_creator_id; ?>">
<input type="text" name="content_currency_id" value="<?php echo $content_currency_id; ?>">
<input type="text" name="content_url" value="<?php echo $content_url; ?>">
<input type="text" name="content_image" value="<?php echo $content_image; ?>">
<input type="text" name="currency_currency" value="<?php echo $currency_tag; ?>">
<input type="text" name="species" id="speciesIncluded" style="display: none;" value="props">
<input type="submit" value="Insert">
</form>