diff --git a/security/magicquotes.xml b/security/magicquotes.xml new file mode 100644 index 0000000000..2f34678a98 --- /dev/null +++ b/security/magicquotes.xml @@ -0,0 +1,67 @@ + + + + Magic Quotes + + Magic-quotes was added to reduce code written by beginners from being dangerous. + If you disable magic quotes, you must be very careful to protect yourself from + SQL injection attacks. + + + + Disabling Magic Quotes + + In the interests of writing portable code (code that works + in any environment), or, if you do not have access to change + php.ini, you may wish to disable the effects of magic quotes + on a per-script basis. This can be done several different ways. + + + + Disabling magic quotes at runtime + + +]]> + + + + + + + +