mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1792 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e0e99b1b46
commit
ac4276bb10
2 changed files with 14 additions and 28 deletions
|
|
@ -86,6 +86,7 @@
|
|||
$path_list = explode('/', $path_string);
|
||||
|
||||
for($i=0;$i<count($path_list);$i++) {
|
||||
if(!$path_list[$i]) continue;
|
||||
$path .= $path_list[$i].'/';
|
||||
if(!is_dir($path)) {
|
||||
@mkdir($path, 0707);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue