Revision b8c56a9e
Added by Scott Ullrich about 20 years ago
usr/local/etc/php.ini | ||
---|---|---|
4 | 4 |
register_argc_argv = Off |
5 | 5 |
file_uploads = On |
6 | 6 |
upload_tmp_dir = /tmp |
7 |
upload_max_filesize = 50M
|
|
8 |
post_max_size = 50M
|
|
7 |
upload_max_filesize = 90M
|
|
8 |
post_max_size = 90M
|
|
9 | 9 |
html_errors = Off |
10 | 10 |
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal" |
11 | 11 |
extension=upload_progress_tracking.so |
usr/local/lib/php.ini | ||
---|---|---|
4 | 4 |
register_argc_argv = Off |
5 | 5 |
file_uploads = On |
6 | 6 |
upload_tmp_dir = /tmp |
7 |
upload_max_filesize = 50M
|
|
8 |
post_max_size = 50M
|
|
7 |
upload_max_filesize = 90M
|
|
8 |
post_max_size = 90M
|
|
9 | 9 |
html_errors = Off |
10 | 10 |
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal" |
11 | 11 |
extension=upload_progress_tracking.so |
Also available in: Unified diff
Update maximum post size to 90 megs