From c177d6ad4833ef18f3cda7a9c4e7aa3f5aceecb5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 13 Mar 2005 23:55:53 +0000 Subject: [PATCH] Return false until the php fork bomb fiasco is solved. --- etc/inc/pfsense-utils.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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("