Delete unused controller
This commit is contained in:
parent
3c595a2929
commit
b122693d3a
@ -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)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user