1
0
mirror of synced 2025-01-18 22:41:43 +03:00

hmm, not sure.

This commit is contained in:
Jonathan.Wage 2007-09-06 15:45:41 +00:00
parent e20c213ae2
commit 0d056d772f
2 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -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()
{