summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/etc/php.ini6
-rw-r--r--usr/local/lib/php.ini6
2 files changed, 6 insertions, 6 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
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