mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
5fa0bf23에서 디렉토리 생성문제 수정.
This commit is contained in:
parent
16a4b50813
commit
5d78acb99e
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ class FileHandler
|
|||
|
||||
if(!ini_get('safe_mode'))
|
||||
{
|
||||
@mkdir($path_string, 0755);
|
||||
@mkdir($path_string, 0755, TRUE);
|
||||
@chmod($path_string, 0755);
|
||||
}
|
||||
// if safe_mode is on, use FTP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue