1 2 3 4 5 6 7 8 9 10 11 12
<?php require(dirname(__FILE__)."/../config.php"); if($db->exec("DELETE FROM videos")){ exec("rm -f " . $ABSCACHEDIR ."/*", $output, $ret); if($ret != 0){ die("Failed to flush the cache."); } } else { die("Failed to flush the database."); }