Redirect index action to upgrade action
This commit is contained in:
parent
b0cab62e80
commit
ac930607ad
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class BillingController extends Zend_Controller_Action {
|
|||
|
||||
public function indexAction()
|
||||
{
|
||||
|
||||
$this->_redirect('billing/upgrade');
|
||||
}
|
||||
|
||||
public function upgradeAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue