Changeset 347 for trunk/Modules/Module.php
- Timestamp:
- Jan 17, 2012, 9:15:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Module.php
r343 r347 123 123 $Files = scandir(dirname(__FILE__)); 124 124 foreach($Files as $File) 125 if(is_dir(dirname(__FILE__).'/'.$File) and ($File != '.') and ($File != '..') )125 if(is_dir(dirname(__FILE__).'/'.$File) and ($File != '.') and ($File != '..') and (substr($File, 0, 1) != '.')) 126 126 { 127 127 $ModulesOnDisk[] = $File;
Note:
See TracChangeset
for help on using the changeset viewer.