Skip to content
Snippets Groups Projects
Commit ad6ac9ab authored by efalcy's avatar efalcy
Browse files

CAs server correctif url

parent 82cbd3c7
Branches
Tags
No related merge requests found
......@@ -66,7 +66,7 @@ class AuthController extends Zend_Controller_Action
$queries['ticket']=$ticket;
$queries['identifiant']=$user->getId();
$path=$url_cas['path']?$url_cas['path']:'';
$this->_redirect('http://'.$url_cas['host'].'/'.$path.'/'.http_build_query($queries));
$this->_redirect('http://'.$url_cas['host'].'/'.$path.'?'.http_build_query($queries));
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment