Changeset 546
- Timestamp:
- 11/04/08 22:46:51 (15 years ago)
- google:author:
- appears
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dlManager/lib.dlManager.php
r544 r546 49 49 { 50 50 $path = $v->relname; 51 if (($in_jail) && (self::inJail($path))) 51 if ($in_jail && self::inJail($path)) 52 { 52 53 $dirs[$path] = $path; 53 54 }
Note: See TracChangeset
for help on using the changeset viewer.