Skip to content

Commit 0785467

Browse files
Fix limits
1 parent d7c9cfe commit 0785467

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unzip.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?php
2+
ini_set('max_execution_time', 600); // 10 Minutes
3+
ini_set('upload_max_filesize','1024M');
24
session_start();
35
$username = 'vue';
46
$password = '123456';
@@ -189,4 +191,4 @@
189191
background: #efa86b;s
190192
box-shadow: 0px 0px 6px 0px #4c1010;
191193
}
192-
</style>
194+
</style>

0 commit comments

Comments
 (0)