Skip to content

Instantly share code, notes, and snippets.

@lukeab
Created April 24, 2013 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukeab/5450695 to your computer and use it in GitHub Desktop.
Save lukeab/5450695 to your computer and use it in GitHub Desktop.
<?php
require(dirname(__FILE__).'/AbstractController.php');
class Shortener_RedirectorController extends Shortener_AbstractController{
public function redirectAction(){
var_dump( $this->_getParam('args'));die();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment