<?php if (!function_exists('get_magic_quotes_gpc')) { function get_magic_quotes_gpc() { echo "Called fallback", PHP_EOL; return false; } } $magicQuotes = get_magic_quotes_gpc(); echo "Magic quotes are ", $magicQuotes ? "On" : "Off", PHP_EOL;
You have javascript disabled. You will not be able to edit any code.