From 772208aa669062a5db737763805fba3abdc299ae Mon Sep 17 00:00:00 2001 From: satish <satish.dvnk@vtiger.com> Date: Mon, 3 Jul 2017 11:56:35 +0530 Subject: [PATCH] Fixes #610 - Vtiger 7 installation: php settings are correct but still marked as red --- modules/Install/models/Utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Install/models/Utils.php b/modules/Install/models/Utils.php index 5e6e22d8..13073986 100644 --- a/modules/Install/models/Utils.php +++ b/modules/Install/models/Utils.php @@ -102,7 +102,7 @@ class Install_Utils_Model { 'memory_limit' => '32', 'error_reporting' => 'E_WARNING & ~E_NOTICE', 'log_errors' => 'Off', - 'short_open_tag' => 'On' + 'short_open_tag' => 'Off' ); /** -- GitLab