get('rebuild_access', FALSE) || (isset($_GET['token'], $_GET['timestamp']) && ((REQUEST_TIME - $_GET['timestamp']) < 300) && ($_GET['token'] === Crypt::hmacBase64($_GET['timestamp'], $GLOBALS['drupal_hash_salt'])) )) { drupal_rebuild(); drupal_set_message('Cache rebuild complete.'); } header('Location: ' . $GLOBALS['base_url']);