diff --git a/www/_include.php b/www/_include.php index 869d3b520bb3d6019e9209ebdde279ed24dd451f..595a6bcc30713d15bbc7c9c12519678a32c7728d 100644 --- a/www/_include.php +++ b/www/_include.php @@ -17,6 +17,9 @@ if(get_magic_quotes_gpc()) { } } } +if (get_magic_quotes_runtime()) { + set_magic_quotes_runtime(FALSE); +} /* Initialize the autoloader. */