Add files via upload

This commit is contained in:
wibyweb 2023-06-12 22:05:44 -04:00 committed by GitHub
parent 354e52e090
commit 31b2a5257e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
<div>
<label for="urls">URL List:</label><br>
<label for="urls">List up to 100 URLs:</label><br>
<?php if(isset($_POST['urls'])) : ?>
<textarea id="urls" name="urls" maxlength="40000" rows="10" cols="60" ><?php echo htmlspecialchars($_POST['urls'], ENT_QUOTES, 'UTF-8') ?></textarea>
<?php else : ?>