diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-03-15 11:28:14 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-03-15 11:28:14 +0100 |
commit | ee840171929edbeca8eafb32515817406da46051 (patch) | |
tree | e5aef1f9cd2c2507e14fe04289ac76a5bdeba98e /.htaccess | |
parent | 5278bfe0e49b73a2b9df03df42ca77ef837b16c9 (diff) | |
download | nextcloud-server-ee840171929edbeca8eafb32515817406da46051.tar.gz nextcloud-server-ee840171929edbeca8eafb32515817406da46051.zip |
always_populate_raw_post_data has been removed with PHP 7.0
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess index 0c31dcb0a58..4837df6adbe 100644 --- a/.htaccess +++ b/.htaccess @@ -42,7 +42,6 @@ php_value post_max_size 513M php_value memory_limit 512M php_value mbstring.func_overload 0 - php_value always_populate_raw_post_data -1 php_value default_charset 'UTF-8' php_value output_buffering 0 <IfModule mod_env.c> |