Adding new urls
This commit is contained in:
parent
dd56d8f29f
commit
31e6ea2a29
@ -437,6 +437,11 @@ $ctl[] = array('regex' => '#^/p/([\-\w]+)/admin/$#',
|
||||
'model' => 'IDF_Views_Project',
|
||||
'method' => 'admin');
|
||||
|
||||
$ctl[] = array('regex' => '#^/p/([\-\w]+)/admin/backup/$#',
|
||||
'base' => $base,
|
||||
'model' => 'IDF_Views_Project',
|
||||
'method' => 'backup');
|
||||
|
||||
$ctl[] = array('regex' => '#^/p/([\-\w]+)/admin/issues/$#',
|
||||
'base' => $base,
|
||||
'model' => 'IDF_Views_Project',
|
||||
|
Loading…
Reference in New Issue
Block a user