Changeset 960
- Timestamp:
- 07/25/08 05:57:01 (3 months ago)
- Files:
-
- branches/arnoschn/cache/lib/AkCache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/arnoschn/cache/lib/AkCache.php
r904 r960 247 247 if(!is_dir(AK_CACHE_DIR)){ 248 248 Ak::make_dir(AK_CACHE_DIR, array('base_path'=>AK_TMP_DIR)); 249 chmod(AK_CACHE_DIR, 0777); 249 250 } 250 251 $options['cacheDir'] = AK_CACHE_DIR.DS;
