includes/common.php
changeset 650 e45183014778
parent 613 c08670a77871
child 666 402adf8ea719
--- 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', '<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>');
 }
 
+// Set our CDN path
+define('cdnPath', getConfig('cdn_path', scriptPath));
+
 //
 // Low level maintenance
 //