Skip to content

Commit

Permalink
fix http_raw_post_data deprecated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Apr 12, 2017
1 parent 2bb953e commit 8242b0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
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 8242b0d

Please sign in to comment.