Sha256: 873d25c608ac2515d71d6486658a5f0293c79caa44be5ffd0f65d04d437dae20
Contents?: true
Size: 302 Bytes
Versions: 15
Compression:
Stored size: 302 Bytes
Contents
<?php $pub_dir = realpath(__DIR__ . '/../public'); chdir($pub_dir); define('DRUPAL_ROOT', $pub_dir); if (file_exists($pub_dir . '/includes/bootstrap.inc')) { require_once $pub_dir . '/includes/bootstrap.inc'; drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); drupal_flush_all_caches(); }
Version data entries
15 entries across 7 versions & 1 rubygems