Skip to content
Snippets Groups Projects

Fixes issues of post V7.0.1 release

Merged Satish requested to merge satish.dvnk/vtigercrm:vt7 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 772208aa
    Fixes #610 - Vtiger 7 installation: php settings are correct but still marked as red · 772208aa
    Satish authored
@@ -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'
);
/**
Loading