diff -r 74e03196fd43 -r e45183014778 includes/common.php --- a/includes/common.php Sat Jul 19 21:14:54 2008 -0400 +++ b/includes/common.php Sun Jul 20 13:32:04 2008 -0400 @@ -263,6 +263,9 @@ grinding_halt('Version mismatch', '

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 upgrade?

'); } +// Set our CDN path +define('cdnPath', getConfig('cdn_path', scriptPath)); + // // Low level maintenance //