Formattage

This commit is contained in:
Michael RICOIS 2012-03-14 10:41:37 +00:00
parent 58b1e456f7
commit 189a519597

View File

@ -82,14 +82,14 @@ class UserController extends Libs_Controller
if (APPLICATION_ENV != 'production'){
$url = 'http://'.$_SERVER['SERVER_NAME'].$this->view->url(array(
'controller' => 'user',
'action' => 'login',
'controller' => 'user',
'action' => 'login',
));
}
$this->view->assign('url', $url);
$this->view->headMeta()->appendHttpEquiv('refresh', '5; url='.$url);
$this->render('logout');
$this->view->headMeta()->appendHttpEquiv('refresh', '5; url='.$url);
$this->render('logout');
}
}