Ejemplo n.º 1
0
 public function indexAction()
 {
     $this->doNotRender();
     $origin = $this->getParam('origin');
     $destination = ShortUrl::parse($origin);
     $this->redirect($destination);
 }