Skip to content

Instantly share code, notes, and snippets.

@allgood2386
Created December 12, 2013 20:08
Show Gist options
  • Save allgood2386/7934541 to your computer and use it in GitHub Desktop.
Save allgood2386/7934541 to your computer and use it in GitHub Desktop.
<?php
$last_page_visited = $_SERVER['HTTP_REFERER'];
if(preg_match('/order-step1/', $last_page_visited) && preg_match('/cart/', current_path()))
{
drupal_goto($path = 'order-step2');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment