Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling Magic Quotes using the .htaccess #39

Closed
wants to merge 2 commits into from
Closed

Disabling Magic Quotes using the .htaccess #39

wants to merge 2 commits into from

Conversation

devinhalladay
Copy link
Contributor

You can read up on this in the PHP Docs.

Devin Halladay added 2 commits April 15, 2013 11:26
Some servers don't allow `php_flag magic_quotes_gpc Off` so we need to add `php_value magic_quotes_gpc Off`.
@devinhalladay
Copy link
Contributor Author

Forgot to add that this is a fix for #38.

@devinhalladay
Copy link
Contributor Author

This won't be necessary anymore. We just need to adjust the setup/dashboard code to insert the values into double quotes.

@shoostar
Copy link

Might be an idea to include the ability to use Markdown on the setup page. What if someone wants to add a link to their intro or site description? Just a thought...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants