From 8c86fefbe256d57bd49bfc47e0af82b25e478557 Mon Sep 17 00:00:00 2001 From: flyskyko Date: Fri, 16 Sep 2011 04:23:15 +0000 Subject: [PATCH] change default download site git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9180 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- config/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.inc.php b/config/config.inc.php index 474737905..4295e0aa5 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -42,7 +42,7 @@ define('_XE_PACKAGE_','XE'); define('_XE_LOCATION_','en'); define('_XE_LOCATION_SITE_','http://www.xpressengine.org/'); - define('_XE_DOWNLOAD_SERVER_','http://en.download.xpressengine.com/'); + define('_XE_DOWNLOAD_SERVER_','http://en.download.xpressengine.org/'); } /**