aegir-patchs/provision/clear_10.inc

10 lines
126 B
PHP
Raw Normal View History

2024-03-22 14:25:30 +01:00
<?php
// $Id$
/**
* @file
* Rebuild all the caches
*/
drupal_flush_all_caches();
drush_log(dt('All caches flushed'));