Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. RewriteRule ^fz/(.*) fz.php?page=$1
  2.  
  3. <?
  4.  
  5. $_GET["q"] = "filezone";
  6.  
  7. define('DRUPAL_ROOT', getcwd());
  8.  
  9. require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
  10. drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
  11.  
  12. menu_execute_active_handler();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement