Changeset 16898
- Timestamp:
- 04/02/09 08:31:56 (4 years ago)
- Files:
-
- branches/1.0/lib/cache/sfFileCache.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/cache/sfFileCache.class.php
r16897 r16898 533 533 534 534 $tmpFile = tempnam(dirname($path), basename($file)); 535 print $tmpFile."***\n"; 536 die(); 535 537 536 if (!$fp = @fopen($tmpFile, 'wb')) 538 537 {