hmm, not sure.
This commit is contained in:
parent
e20c213ae2
commit
0d056d772f
@ -16,8 +16,8 @@ download:
|
||||
param: { module: main, action: download }
|
||||
|
||||
manual:
|
||||
url: /documentation/manual
|
||||
param: { module: main, action: manual }
|
||||
url: /documentation/manual/*
|
||||
param: { module: manual, action: index }
|
||||
|
||||
api_documentation:
|
||||
url: /documentation/api
|
||||
|
@ -17,11 +17,6 @@ class mainActions extends sfActions
|
||||
public function executeIndex()
|
||||
{
|
||||
}
|
||||
|
||||
public function executeManual()
|
||||
{
|
||||
$this->redirect('http://doctrine.pengus.net/doctrine/manual/new');
|
||||
}
|
||||
|
||||
public function executeAbout()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user