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