diff options
Diffstat (limited to 'bootstrap.php')
| -rw-r--r-- | bootstrap.php | 2 |
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); } |
