does it give you an error or anything?
Here is my cleanup.php, I have used it twice so I know it works. Backup your cleanup.php and copy and paste this code.
Just incase something is bugged with yours.
<?
chdir("templates_c");
system("rm -rf -- .* *");
?>
The compiled templates cache ("templates_c" directory) has been cleaned up.
|