Update index.php

pull/8/head
SuperDev 3 years ago committed by GitHub
parent dfd93a7cc5
commit 1edb54e0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,7 @@ if(isset($_POST['submit'])){
<p>Drag a file here or click to upload</p>
<button name="submit" type="submit">Upload</button>
<ul>
<li>Supported files: <?= FILELIST; ?></li>
<li>Supported files: <?= FILELIST; ?></li><br>
<li>Maximum filesize: <?php echo sizeFormat($maxsize); ?></li>
</ul>
</form>

Loading…
Cancel
Save