Clear Cache
Submitted by camioman on Mon, 11/08/2008 - 09:41.
This is supposed to clear the cache but as usual I can't work Drupal out.
Even though the logs are set to clear anything older than 2 weeks, you have to run cron.php to clear the logs, mad!
<?
echo "This page runs a script that clears the main cache.<br>";
$sql = "DELETE from cache WHERE 1";
$result = mysql_query($sql);
echo "It's clear now.<br>";
?>

Recent comments
1 week 1 day ago
40 weeks 2 days ago
40 weeks 4 days ago
40 weeks 6 days ago
41 weeks 4 days ago
42 weeks 1 day ago
42 weeks 5 days ago
43 weeks 1 day ago
43 weeks 2 days ago
43 weeks 3 days ago