summaryrefslogtreecommitdiffstats
path: root/usr/local/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-26 02:16:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-26 02:16:16 +0000
commit0e410b8cbeda3fafd632e9426cd488781c0b9fd8 (patch)
tree34cae41038b675ea88642639598402e54c83dc46 /usr/local/etc
parentf3677fc5fb924616ff18f00cd73c6a071f6e0af9 (diff)
downloadpfsense-0e410b8cbeda3fafd632e9426cd488781c0b9fd8.zip
pfsense-0e410b8cbeda3fafd632e9426cd488781c0b9fd8.tar.gz
Correct progress bar usag
Diffstat (limited to 'usr/local/etc')
-rw-r--r--usr/local/etc/php.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/etc/php.ini b/usr/local/etc/php.ini
index 83c6959..efc802f 100644
--- a/usr/local/etc/php.ini
+++ b/usr/local/etc/php.ini
@@ -9,6 +9,6 @@ post_max_size = 15M
html_errors = Off
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal"
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
+upload_progress_tracking.store_method = "file"
+upload_progress_tracking.file = 1
+upload_progress_tracking.file.filename_template = "/tmp/uploadbar/upl_%s.txt" \ No newline at end of file
OpenPOWER on IntegriCloud