Delete unused controller

This commit is contained in:
Michael RICOIS 2016-10-24 10:09:36 +02:00
parent 3c595a2929
commit b122693d3a

View File

@ -1,20 +0,0 @@
<?php
class ExportController extends Zend_Controller_Action
{
public function init()
{
$this->_helper->layout->disableLayout();
$this->_helper->viewRenderer->setNoRender();
}
public function indexAction()
{
echo "Export";
}
protected function checkFile($path)
{
}
}