PDA

View Full Version : Global Filter Edit Rule ERRO


nelio
29th April 2009, 00:51
http://bugtracker.ispconfig.org/index.php?do=details&task_id=719&project=3&opened=145


( content filter )

If you type (Regexp. Pattern) sameting like this ex:
/(http?|ftp):\/\/.*\/.*\.(scr|pif|bat)/

and save ->> ok

Then just edit and the "\" will be gone

THIS IS MAGER PROBLEM IF you press save ( the syntax on rule file will be wrong )

till
30th April 2009, 16:05
Please check your php configuration and make sure that magic quotes are off.

nelio
4th May 2009, 18:33
; Magic quotes
;

; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = Off

; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
magic_quotes_runtime = Off

; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = Off