Hello In front/link.send.php file, we use deprecated function since PHP 5.3.0 : "@set_magic_quotes_runtime(0);" and "@set_magic_quotes_runtime($mc);"
We can modify it by "ini_set('magic_quotes_runtime', 0);" and
"ini_set('magic_quotes_runtime', $mc);"
Best regards
David Durieux
++
_______________________________________________
Glpi-dev mailing list
[email protected]
https://mail.gna.org/listinfo/glpi-dev
