Remove init action

This commit is contained in:
Michael RICOIS 2012-07-31 15:09:39 +00:00
parent a929f17e50
commit 67eb3dd084

View File

@ -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();