Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-03-15 13:28:14 +0300
committerLukas Reschke <lukas@owncloud.com>2016-03-15 13:28:14 +0300
commitee840171929edbeca8eafb32515817406da46051 (patch)
treee5aef1f9cd2c2507e14fe04289ac76a5bdeba98e /.htaccess
parent5278bfe0e49b73a2b9df03df42ca77ef837b16c9 (diff)
always_populate_raw_post_data has been removed with PHP 7.0
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
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>