aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.php
diff options
context:
space:
mode:
authorroot2014-10-29 00:57:44 +0100
committerroot2014-10-29 00:57:44 +0100
commit0785d137a8e8afa935389ef85d4ca6cc9c7a4bca (patch)
treec2ba2ade7f2c854ae9d905e90fa580a67d9f289f /bootstrap.php
parent44870defdcddbfceede437950fd9e3342f84ebf0 (diff)
downloadjungegemeinde-0785d137a8e8afa935389ef85d4ca6cc9c7a4bca.tar.gz
CDN support is stable.
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);
}