Do not require upload progress bar plugin

This commit is contained in:
Scott Ullrich 2005-12-12 02:25:55 +00:00
parent b1ce764975
commit 821b94466d
2 changed files with 0 additions and 8 deletions

View File

@ -8,7 +8,3 @@ upload_max_filesize = 90M
post_max_size = 90M
html_errors = Off
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal"
extension=upload_progress_tracking.so
upload_progress_tracking.store_method = "file"
upload_progress_tracking.file = 1
upload_progress_tracking.file.filename_template = "/tmp/uploadbar/upl_%s.txt"

View File

@ -8,7 +8,3 @@ upload_max_filesize = 100M
post_max_size = 100M
html_errors = Off
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal"
extension=upload_progress_tracking.so
upload_progress_tracking.store_method = "file"
upload_progress_tracking.file = 1
upload_progress_tracking.file.filename_template = "/tmp/uploadbar/upl_%s.txt"