url changed

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6916 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-11-10 13:34:36 +00:00
parent d5c98490ad
commit 89a1f94898
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
class ModuleInstaller {
var $package = null;
var $base_url = 'http://resource.xpressengine.com/';
var $base_url = 'http://download.xpressengine.com/';
var $temp_dir = './files/cache/autoinstall/';
var $target_path;
var $download_file;

View file

@ -31,7 +31,7 @@
}
class autoinstall extends ModuleObject {
var $uri = "http://resource.xpressengine.com/";
var $uri = "http://download.xpressengine.com/";
var $original_site = "http://www.xpressengine.com/";
var $tmp_dir = './files/cache/autoinstall/';