Skip to content

Instantly share code, notes, and snippets.

@lupomontero
Created January 21, 2011 15:48
Show Gist options
  • Save lupomontero/789862 to your computer and use it in GitHub Desktop.
Save lupomontero/789862 to your computer and use it in GitHub Desktop.
<?php
// ... in some plugin method
$this->app()->session()->getClient()->redirect(
$request->header("Referer")
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment