Changeset 309
- Timestamp:
- 02/28/07 17:31:16 (2 years ago)
- Files:
-
- trunk/docroot/xml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docroot/xml.php
r295 r309 24 24 $directory = new DirectoryIterator(stubConfig::getCachePath() . '/xml'); 25 25 foreach ($directory as $file) { 26 if ($file->isDot() == true ) {26 if ($file->isDot() == true || $file->getFilename() == '.svn') { 27 27 continue; 28 28 }
