Changeset 2278 for trunk/admin/maintenance.php
- Timestamp:
- Mar 13, 2008, 2:43:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/maintenance.php
r2251 r2278 107 107 case 'compiled-templates' : 108 108 { 109 $template->smarty->clear_compiled_tpl(); 110 file_put_contents($template->smarty->compile_dir.'/index.htm', ''); 109 $template->delete_compiled_templates(); 111 110 break; 112 111 }
Note: See TracChangeset
for help on using the changeset viewer.