diff --git a/admin/insert.php b/admin/insert.php index 18e66a2..9c96937 100644 --- a/admin/insert.php +++ b/admin/insert.php @@ -394,6 +394,10 @@ if (isset($_POST["url"])) { if (resultInput.value == "" || resultInput.value == " ") { resultInput.value = "props"; } + + if (resultInput.value == "nsfw" || resultInput.value == "nsfw ") { + resultInput.value = "nsfw props"; + } } // Add event listeners to all checkboxes