Changeset 563 for trunk/Common/AppModule.php
- Timestamp:
- Aug 11, 2013, 12:25:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/AppModule.php
r556 r563 107 107 foreach($List as $Item) 108 108 { 109 if(is_dir($Directory.'/'.$Item) and ($Item != '.') and ($Item != '..') )109 if(is_dir($Directory.'/'.$Item) and ($Item != '.') and ($Item != '..') and ($Item != '.svn')) 110 110 { 111 111 include_once($Directory.'/'.$Item.'/'.$Item.'.php');
Note:
See TracChangeset
for help on using the changeset viewer.