Fixed base URL
Conflicts: airtime_mvc/application/controllers/LocaleController.php
This commit is contained in:
parent
716cc5a754
commit
4c1e6d3fe3
3 changed files with 10 additions and 7 deletions
|
@ -193,7 +193,8 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
|||
{
|
||||
$front = Zend_Controller_Front::getInstance();
|
||||
$router = $front->getRouter();
|
||||
|
||||
$front->setBaseUrl(Application_Common_OsPath::getBaseDir());
|
||||
|
||||
$router->addRoute(
|
||||
'password-change',
|
||||
new Zend_Controller_Router_Route('password-change/:user_id/:token', array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue