add nepalquake jump
This commit is contained in:
parent
6d76f8c22b
commit
f9ab91cdc1
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class NepalquakeController extends Zend_Controller_Action
|
||||||
|
{
|
||||||
|
function indexAction()
|
||||||
|
{
|
||||||
|
$this->_helper->ViewRenderer->setNoRender();
|
||||||
|
$this->_helper->layout->disableLayout();
|
||||||
|
$this->_redirect("http://nepalquake.westgis.ac.cn/");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue