Skip to content

Commit 751b7a2

Browse files
committed
Update upload.php
1 parent c18a056 commit 751b7a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

upload.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
1111
<?php
1212
if (isset($_POST['url'])){
13-
$url = $_POST['url'];
13+
set_time_limit (24 * 60 * 60);
14+
$url = $_POST['url'];
1415
$name = $_POST['name'];
1516
ob_implicit_flush(true);
1617
ob_start();

0 commit comments

Comments
 (0)