Changeset 524
- Timestamp:
- 10/18/08 19:32:34 (15 years ago)
- google:author:
- digimag
- Location:
- plugins/livecounter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/livecounter/_define.php
r459 r524 20 20 /* Description*/ 'Show the number of connected visitors on the blog', 21 21 /* Author */ 'Oleksandr Syenchuk', 22 /* Version */ '1.1.1 ',22 /* Version */ '1.1.1-r1', 23 23 /* Permissions */ 'contentadmin' 24 24 ); -
plugins/livecounter/_install.php
r459 r524 74 74 75 75 # Deleting cached template files 76 if ( !files::deltree($dc_cache_dir)) {76 if (is_dir($dc_cache_dir) && !files::deltree($dc_cache_dir)) { 77 77 throw new Exception(__('To finish installation, please delete the whole cache/cbtpl directory.')); 78 78 }
Note: See TracChangeset
for help on using the changeset viewer.