mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
issue 871, added protection codes for autoinstall
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10334 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
700a62d01c
commit
d2da9f4e58
1 changed files with 7 additions and 4 deletions
|
|
@ -140,10 +140,13 @@
|
||||||
|
|
||||||
$_files = $oTar->files;
|
$_files = $oTar->files;
|
||||||
$file_list = array();
|
$file_list = array();
|
||||||
foreach($_files as $key => $info) {
|
if(is_array($_files))
|
||||||
FileHandler::writeFile($this->download_path."/".$info['name'], $info['file']);
|
{
|
||||||
$file_list[] = $info['name'];
|
foreach($_files as $key => $info) {
|
||||||
}
|
FileHandler::writeFile($this->download_path."/".$info['name'], $info['file']);
|
||||||
|
$file_list[] = $info['name'];
|
||||||
|
}
|
||||||
|
}
|
||||||
return $file_list;
|
return $file_list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue