Exemplo n.º 1
0
 public function indexAction()
 {
     $token = $this->getRequest()->getParam("token");
     $shortUrl = new ShortUrl();
     $this->_redirect($shortUrl->expand($token));
 }