Remove init action
This commit is contained in:
parent
a929f17e50
commit
67eb3dd084
@ -1,11 +1,6 @@
|
||||
<?php
|
||||
class ComptageController extends Zend_Controller_Action
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
/* Initialize action controller here */
|
||||
}
|
||||
|
||||
public function indexAction()
|
||||
{
|
||||
$this->_helper->layout()->disableLayout();
|
||||
|
Loading…
Reference in New Issue
Block a user