View Single Post
  #2  
Old 10-23-2003, 02:28 PM
 
Gibberish Gibberish is offline
 

Senior Member
  
Join Date: Sep 2003
Posts: 182
 

Default

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.
Reply With Quote