mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
172900064 FTP class 추가 및 설치시에 FTP정보를 입력/저장하는 루틴 추가. 디렉토리 생성시 safe_mode일 경우 ftp로 디렉토리를 만들도록 처리. 추가 테스트 필요
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4520 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
28163b1312
commit
e581ffc40b
21 changed files with 955 additions and 51 deletions
|
|
@ -409,7 +409,7 @@ class HTTPRetriever {
|
|||
|
||||
if ($this->caching_highvolume) {
|
||||
$cache_dir .= substr($token,0,2) . '/';
|
||||
if (!is_dir($cache_dir)) @mkdir($cache_dir);
|
||||
if (!is_dir($cache_dir)) @FileHandler::makeDir($cache_dir);
|
||||
}
|
||||
|
||||
$filename = $cache_dir.$token.'.tmp';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue