Changeset 32131
- Timestamp:
- 13.02.2018 11:21:47 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm
r31690 r32131 197 197 198 198 # check to see we haven't got a cyclic path... 199 if ($dirname =~ m%(/.*){ ,41}%) {199 if ($dirname =~ m%(/.*){41}%) { 200 200 print $outhandle "DirectoryPlugin: $dirname is 40 directories deep, is this a recursive path? if not increase constant in DirectoryPlugin.pm.\n"; 201 201 return 0;