Add files via upload
This commit is contained in:
parent
354e52e090
commit
31b2a5257e
1 changed files with 1 additions and 1 deletions
|
@ -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 : ?>
|
||||
|
|
Loading…
Reference in a new issue