reverted: --- b/core/rebuild.php +++ /dev/null @@ -1,33 +0,0 @@ -deleteAll(); - PhpStorageFactory::get('twig')->deleteAll(); - $GLOBALS['conf']['system.performance']['cache.page.use_internal'] = FALSE; - // Bootstrap up to where caches exist and clear them. - drupal_bootstrap(DRUPAL_BOOTSTRAP_PAGE_CACHE); - foreach (CacheFactory::getBackends() as $bin => $backend) { - cache($bin)->deleteAll(); - } - drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); - drupal_flush_all_caches(); - drupal_set_message('Rebuild complete.'); -} -header('Location: ' . $GLOBALS['base_url']); reverted: --- b/core/scripts/rebuild_token_calculator.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env php -