Sha256: 58973847e11e7c1df09665ab57e3c47b3f6923e01f2617e00abc32971534a53b

Contents?: true

Size: 334 Bytes

Versions: 1

Compression:

Stored size: 334 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';

    require_once $pub_dir . '/includes/bootstrap.inc';
    drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
    drupal_flush_all_caches();
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bonethug-0.0.69 skel/project_types/drupal7/lib/flush_drupal_cache.php