Changeset 1737
- Timestamp:
- 05/26/10 06:41:36 (3 years ago)
- Location:
- branches/1.3
- Files:
-
- 1 added
- 2 edited
- 1 moved
-
Hotaru.php (modified) (1 diff)
-
libs/AdminPages.php (modified) (1 diff)
-
libs/extensions/SmartLoader (added)
-
libs/extensions/SmartLoader/smartloader.class.php (moved) (moved from branches/1.3/libs/smartloader.class.php)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/Hotaru.php
r1733 r1737 70 70 public function __construct($start = '') 71 71 { 72 require_once( LIBS . 'smartloader.class.php');72 require_once(EXTENSIONS . 'SmartLoader/smartloader.class.php'); 73 73 // initialize Hotaru 74 74 if (!$start) { -
branches/1.3/libs/AdminPages.php
r1662 r1737 280 280 $h->clearCache('rss_cache', false); 281 281 $h->clearCache('html_cache', false); 282 @unlink(CACHE . 'smartloader_cache.php'); 282 283 $h->message = $h->lang['admin_maintenance_clear_all_cache_success']; 283 284 $h->messageType = 'green';
Note: See TracChangeset
for help on using the changeset viewer.