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 19:03:19 +0300
commit6f7fc6c5dba46f762168690ae2e6a11d70d9dd77 (patch)
tree440214564354e24c356d82c92ccd49f16cf51c7f /.htaccess
parent9ef7340dc74109e0bd9e0db75ad612a9b48fe920 (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 cf76c56563c..82f13aa26c7 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>