summaryrefslogtreecommitdiffstats
path: root/usr/local/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-26 01:42:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-26 01:42:33 +0000
commit5202dbd710c6ef18fcad26f3d0e3a9f6207c4cac (patch)
tree9b2099ef3f15ce6b2446610b1c79571f6fe09dbd /usr/local/etc
parentf9e35766a5bc0a46e1eedf80037e3037c1cc96cc (diff)
downloadpfsense-5202dbd710c6ef18fcad26f3d0e3a9f6207c4cac.zip
pfsense-5202dbd710c6ef18fcad26f3d0e3a9f6207c4cac.tar.gz
Set upload progress bar variables for php
Diffstat (limited to 'usr/local/etc')
-rw-r--r--usr/local/etc/php.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/etc/php.ini b/usr/local/etc/php.ini
index 5d244ff..83c6959 100644
--- a/usr/local/etc/php.ini
+++ b/usr/local/etc/php.ini
@@ -8,4 +8,7 @@ upload_max_filesize = 16M
post_max_size = 15M
html_errors = Off
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal"
-extension=upload_progress_tracking.so \ No newline at end of file
+extension=upload_progress_tracking.so
+php_value upload_progress_tracking.store_method "file"
+php_value upload_progress_tracking.file 1
+php_value upload_progress_tracking.file.filename_template "/tmp/uploadbar/upl_%s.txt" \ No newline at end of file
OpenPOWER on IntegriCloud