includes/common.php
changeset 666 402adf8ea719
parent 650 e45183014778
child 678 c5d4ce19e640
equal deleted inserted replaced
665:af7e8ec6aef7 666:402adf8ea719
   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