aegir-patchs/provision/clear_10.inc
2024-03-22 14:25:30 +01:00

10 lines
126 B
PHP

<?php
// $Id$
/**
* @file
* Rebuild all the caches
*/
drupal_flush_all_caches();
drush_log(dt('All caches flushed'));