Changeset 269
- Timestamp:
- 02/15/07 14:56:11 (1 year ago)
- Files:
-
- trunk/docroot/xml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docroot/xml.php
r264 r269 20 20 $postInterceptor->postProcess(); 21 21 $response->send(); 22 $directory = new DirectoryIterator(stubConfig::getCachePath() . '/xml'); 23 foreach ($directory as $file) { 24 if ($file->isDot() == true) { 25 continue; 26 } 27 28 unlink($file->getPathname()); 29 } 22 30 } 23 31 }
