Skip to content

Instantly share code, notes, and snippets.

@gsmcwhirter
Created May 4, 2010 16:31
Show Gist options
  • Save gsmcwhirter/389620 to your computer and use it in GitHub Desktop.
Save gsmcwhirter/389620 to your computer and use it in GitHub Desktop.
<IfModule mod_php5.c>
php_flag magic_quotes_gpc On
</IfModule>
<IfModule mod_php4.c>
php_flag magic_quotes_gpc On
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment