summaryrefslogtreecommitdiffstats
path: root/usr/local/lib/php.ini
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/lib/php.ini')
-rw-r--r--usr/local/lib/php.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/lib/php.ini b/usr/local/lib/php.ini
index 9aca1e4..9b2a4e2 100644
--- a/usr/local/lib/php.ini
+++ b/usr/local/lib/php.ini
@@ -9,6 +9,6 @@ post_max_size = 17M
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