mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
url changed
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6916 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d5c98490ad
commit
89a1f94898
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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/';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue