Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2. chdir("./drupal");
  3. require_once("./includes/bootstrap.inc");
  4. drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
  5. echo "<pre>";
  6. print_r( get_defined_vars() );
  7. echo "</pre>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement