Skip to content

Instantly share code, notes, and snippets.

@dherbold
Created August 2, 2017 17:19
Show Gist options
  • Save dherbold/c5f92b0c74fd1d0a97a7de037c29a79a to your computer and use it in GitHub Desktop.
Save dherbold/c5f92b0c74fd1d0a97a7de037c29a79a to your computer and use it in GitHub Desktop.
<?php global $user;
if ( ! $user->uid) {
$dest = drupal_get_destination();
drupal_goto('user/login', array('query' => $dest));
}?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment