aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.php')
-rw-r--r--bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.php b/bootstrap.php
index bb82db1..12c5caf 100644
--- a/bootstrap.php
+++ b/bootstrap.php
@@ -22,7 +22,7 @@ if ( ! defined('URI') )
define('URI', '/');
if ( ! defined('DOMAIN') )
define('DOMAIN', SCHEME . HOST . URI);
-if ( ! define('CDN') ){
+if ( ! defined('CDN') ){
define('CDN', DOMAIN);
}