Author: chabotc
Date: Sun Oct 25 09:02:05 2009
New Revision: 829515
URL: http://svn.apache.org/viewvc?rev=829515&view=rev
Log:
SHINDIG-1204, add php_flag magic_quotes_gpc Off to .htaccess since shindig
depends on it
Modified:
incubator/shindig/trunk/php/.htaccess
Modified: incubator/shindig/trunk/php/.htaccess
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/.htaccess?rev=829515&r1=829514&r2=829515&view=diff
==============================================================================
--- incubator/shindig/trunk/php/.htaccess (original)
+++ incubator/shindig/trunk/php/.htaccess Sun Oct 25 09:02:05 2009
@@ -24,4 +24,5 @@
RewriteRule (.*) index.php [L]
# for OAuth signatures to work for POSTed data,
always_populate_raw_data needs to be turned on
php_flag always_populate_raw_post_data On
+ php_flag magic_quotes_gpc Off
</IfModule>