Changes in [1194:469255c2a24f:1197:3c93197e27ca]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.modules.php
r1179 r1196 85 85 while (($entry = $d->read()) !== false) 86 86 { 87 $full_entry = $root. '/'.$entry;87 $full_entry = $root.$entry; 88 88 89 89 if ($entry != '.' && $entry != '..' && is_dir($full_entry)
Note: See TracChangeset
for help on using the changeset viewer.