From 0785d137a8e8afa935389ef85d4ca6cc9c7a4bca Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Oct 2014 00:57:44 +0100 Subject: CDN support is stable. --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.php') 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); } -- cgit v1.2.3