Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/branches/4.6/includes/mambofunc.php
Parent Directory
|
Revision Log
|
Patch
| 137 |
function mosReadDirectory( $path, $filter='.', $recurse=false, $fullpath=false ) { |
function mosReadDirectory( $path, $filter='.', $recurse=false, $fullpath=false ) { |
| 138 |
if (@is_dir($path)) { |
if (@is_dir($path)) { |
| 139 |
$dir =& new mosDirectory($path); |
$dir =& new mosDirectory($path); |
| 140 |
$arr = $dir->listFiles ($filter, $type='file', $recurse, $fullpath); |
$arr = $dir->listFiles ($filter, $type='both', $recurse, $fullpath); |
| 141 |
} |
} |
| 142 |
else $arr = array(); |
else $arr = array(); |
| 143 |
return $arr; |
return $arr; |
|
|
Legend:
| Removed from v.95 |
|
| changed lines |
| |
Added in v.96 |
|
|

Web Hosting provided by Network
Redux.