gilbitron / Pico-Editor-Plugin

Provides an online Markdown editor and file manager for Pico.
http://pico.dev7studios.com
MIT License
58 stars 30 forks source link

strip slashes on save #3

Open DaveKin opened 11 years ago

DaveKin commented 11 years ago

my apostrophes weren\'t looking right

Langmans commented 11 years ago

I'd rather turn off magic quotes if I were you.

DaveKin commented 11 years ago

Good point, an alternate approach could be to add:

# turn off magic quotes
php_flag magic_quotes_gpc Off

to the .htaccess file in the main Pico project

csholmq commented 10 years ago

My magic quotes are already turned off but I still encountered this issue. Thanks for the commit!