Sha256: be29844212a7452b179d53929ac8b7213c845e0b4be5766d74c498fac7d03738
Contents?: true
Size: 372 Bytes
Versions: 36
Compression:
Stored size: 372 Bytes
Contents
<?php $pub_dir = realpath(__DIR__ . '/../public'); chdir($pub_dir); define('DRUPAL_ROOT', $pub_dir); if (file_exists($pub_dir . '/includes/bootstrap.inc')) { $_SERVER['REMOTE_ADDR'] = '127.0.0.1'; $_SERVER['REQUEST_METHOD'] = 'GET'; require_once $pub_dir . '/includes/bootstrap.inc'; drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); drupal_flush_all_caches(); }
Version data entries
36 entries across 28 versions & 1 rubygems