/ Published in: PHP
Clear site cache and redirect back to referring page. Courtesy of this forum post: http://drupal.org/node/152983#comment-2973618
Expand |
Embed | Plain Text
drupal_flush_all_caches(); drupal_set_message('Caches flushed.'); drupal_goto(referer_uri());
You need to login to post a comment.
