Changeset 1198:7f1f8eeb2920
- Timestamp:
- 07/16/13 18:47:29 (12 years ago)
- Branch:
- default
- 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.