<?
include('db.php');
shell_exec('rm -rf '.$cache_path.'/pages/*');
shell_exec('rm -rf '.$cache_path.'/related/*');
shell_exec('rm -rf '.$cache_path.'/total_pages/*');
shell_exec('rm -rf '.$cache_path.'/videos/*');
echo "Cache Cleanup Complete.";
?>