Changeset 6384 for branches/2.1/include/functions.inc.php
- Timestamp:
- May 27, 2010, 9:30:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/include/functions.inc.php
r6356 r6384 169 169 if ( !is_dir($dir) ) 170 170 { 171 if (substr(PHP_OS, 0, 3) == 'WIN') 172 { 173 $dir = str_replace('/', DIRECTORY_SEPARATOR, $dir); 174 } 171 175 $umask = umask(0); 172 176 $mkd = @mkdir($dir, 0755, ($flags&MKGETDIR_RECURSIVE) ? true:false );
Note: See TracChangeset
for help on using the changeset viewer.