diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index e5fe6f86e8..6be9008ef7 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -796,6 +796,7 @@ Content-Length: $content_length */ if (!function_exists('php_check_syntax')){ function php_check_syntax($code_to_check, &$errormessage){ + return false; $fout = fopen("/tmp/codetocheck.php","w"); $code = $_POST['content']; $code = str_replace("