equal
deleted
inserted
replaced
262 { |
262 { |
263 grinding_halt('Version mismatch', '<p>It seems that the Enano release we\'re trying to run ('.$version.') is different from the version specified in your database ('.enano_version().'). Perhaps you need to <a href="'.scriptPath.'/install/upgrade.php">upgrade</a>?</p>'); |
263 grinding_halt('Version mismatch', '<p>It seems that the Enano release we\'re trying to run ('.$version.') is different from the version specified in your database ('.enano_version().'). Perhaps you need to <a href="'.scriptPath.'/install/upgrade.php">upgrade</a>?</p>'); |
264 } |
264 } |
265 |
265 |
266 // Set our CDN path |
266 // Set our CDN path |
267 define('cdnPath', getConfig('cdn_path', scriptPath)); |
267 if ( !defined('cdnPath') ) |
|
268 define('cdnPath', getConfig('cdn_path', scriptPath)); |
268 |
269 |
269 // |
270 // |
270 // Low level maintenance |
271 // Low level maintenance |
271 // |
272 // |
272 |
273 |