Removed dead code.
This commit is contained in:
parent
eeac44303b
commit
57084c6a25
@ -135,12 +135,6 @@ $ctl[] = array('regex' => '#^/p/([\-\w]+)/issues/my/(\w+)/$#',
|
|||||||
|
|
||||||
// ---------- SCM ----------------------------------------
|
// ---------- SCM ----------------------------------------
|
||||||
|
|
||||||
$ctl[] = array('regex' => '#^/p/([\-\w]+)/source/$#',
|
|
||||||
'base' => $base,
|
|
||||||
'priority' => 4,
|
|
||||||
'model' => 'IDF_Views_Source',
|
|
||||||
'method' => 'index');
|
|
||||||
|
|
||||||
$ctl[] = array('regex' => '#^/p/([\-\w]+)/source/tree/(\w+)/$#',
|
$ctl[] = array('regex' => '#^/p/([\-\w]+)/source/tree/(\w+)/$#',
|
||||||
'base' => $base,
|
'base' => $base,
|
||||||
'priority' => 4,
|
'priority' => 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user