git-svn-id: http://xe-core.googlecode.com/svn/trunk@1792 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-27 05:48:12 +00:00
parent e0e99b1b46
commit ac4276bb10
2 changed files with 14 additions and 28 deletions

View file

@ -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);