Witam,

Mógłby ktoś napisać jak wyłączyć magic_quotes za pomocą .htaccess? Mój w tej chwili wygląda tak:
[APACHE] pobierz, plaintext
  1. <FilesMatch "\.(inc|php|php3|php4|php5|php6|phtml|phps)$">
  2. php_flag magic_quotes_gpc Off
  3. php_value magic_quotes_gpc Off
  4. </FilesMatch>
[APACHE] pobierz, plaintext