equal
deleted
inserted
replaced
153 define('ENANO_SQL_BOOLEAN_FALSE', 'false'); |
153 define('ENANO_SQL_BOOLEAN_FALSE', 'false'); |
154 } |
154 } |
155 |
155 |
156 if ( !$manual_credentials ) |
156 if ( !$manual_credentials ) |
157 { |
157 { |
158 if ( defined('IN_ENANO_INSTALL') && !defined('IN_ENANO_UPGRADE') && !defined('ENANO_INSTALLED') ) |
158 if ( defined('IN_ENANO_INSTALL') && !defined('IN_ENANO_UPGRADE') ) |
159 { |
159 { |
160 @include(ENANO_ROOT.'/config.new.php'); |
160 @include(ENANO_ROOT.'/config.new.php'); |
161 } |
161 } |
162 else |
162 else |
163 { |
163 { |