Restart
This commit is contained in:
parent
179b7e51ac
commit
5b9a742b3f
@ -74,8 +74,6 @@ class IndexController extends Zend_Controller_Action
|
|||||||
|
|
||||||
public function restartAction()
|
public function restartAction()
|
||||||
{
|
{
|
||||||
$this->_helper->layout()->disableLayout();
|
|
||||||
$this->_helper->viewRenderer->setNoRender(true);
|
|
||||||
$request = $this->getRequest();
|
$request = $this->getRequest();
|
||||||
$id = $request->getParam('id');
|
$id = $request->getParam('id');
|
||||||
if (!empty($id)){
|
if (!empty($id)){
|
||||||
|
1
application/views/scripts/index/restart.phtml
Normal file
1
application/views/scripts/index/restart.phtml
Normal file
@ -0,0 +1 @@
|
|||||||
|
<a href="<?=$this->url(array('controller'=>'index', 'action'=>'index'))?>">Retour</a>
|
Loading…
Reference in New Issue
Block a user