1
i've use a template_c cleaner from this link
http://www.7dana.com/download/pafiledb.php?action=category&id=7this module works as expected except it will delete also the index.html in the folder
i've read somewhere that it is required for us to leave the index.html file in the templatec folder (correct me if i'm wrong)
so how do i modify the module in order the index.html not be deleted
the module is simple have only several files
i think it can be modify in the clean.php file in the admin folder
Quote:
chdir("../../../templates_c");
system("rm -rf -- .* *");
?>
The compiled templates cache ("templates_c" directory) has been cleaned up.
help