Changeset 1035 for trunk/include
- Timestamp:
- Feb 12, 2006, 5:05:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions.inc.php
r1033 r1035 202 202 and $file != '..' 203 203 and is_dir($directory.'/'.$file) 204 and $file != 'CVS') 204 and $file != 'CVS' 205 and $file != '.svn') 205 206 { 206 207 array_push($sub_dirs, $file);
Note: See TracChangeset
for help on using the changeset viewer.