Removed the dead screen of the administration as not used for the moment.

The first tab of the administration was not used, so I removed it to
remove the clutter, it will be reactivated when it will be possible to
perform forge configuration from there.
This commit is contained in:
Loic d'Anterroches
2009-01-02 13:34:09 +01:00
parent dc5cdd74af
commit 36f29dfbfd
4 changed files with 2 additions and 9 deletions

View File

@@ -393,12 +393,6 @@ $ctl[] = array('regex' => '#^/api/p/([\-\w]+)/issues/create/$#',
// ---------- FORGE ADMIN --------------------------------
$ctl[] = array('regex' => '#^/admin/$#',
'base' => $base,
'priority' => 4,
'model' => 'IDF_Views_Admin',
'method' => 'home');
$ctl[] = array('regex' => '#^/admin/projects/$#',
'base' => $base,
'priority' => 4,