Adding new urls

master
Nathan Adams 2014-04-04 23:59:17 -05:00
parent dd56d8f29f
commit 31e6ea2a29
1 changed files with 5 additions and 0 deletions

View File

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