diff options
| author | root | 2014-10-29 00:57:44 +0100 |
|---|---|---|
| committer | root | 2014-10-29 00:57:44 +0100 |
| commit | 0785d137a8e8afa935389ef85d4ca6cc9c7a4bca (patch) | |
| tree | c2ba2ade7f2c854ae9d905e90fa580a67d9f289f /bootstrap.php | |
| parent | 44870defdcddbfceede437950fd9e3342f84ebf0 (diff) | |
| download | jungegemeinde-0785d137a8e8afa935389ef85d4ca6cc9c7a4bca.tar.gz | |
CDN support is stable.
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); } |
