Skip to content

Commit

Permalink
fix http_raw_post_data deprecated warning
Browse files Browse the repository at this point in the history
(cherry picked from commit 8242b0d)
  • Loading branch information
wellingguzman committed Apr 23, 2017
1 parent 4304d61 commit f1798f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .htaccess
Expand Up @@ -36,3 +36,8 @@ AddType font/woff .woff
RewriteRule (.*) index.php [L]

</ifModule>

<ifModule mod_php5.c>
# Fix $HTTP_RAW_POST_DATA deprecated warning
php_value always_populate_raw_post_data -1
</ifModule>

0 comments on commit f1798f8

Please sign in to comment.