This commit is contained in:
martin 2011-01-27 15:24:49 -05:00
parent 619fad9e4b
commit c64df44a58
1 changed files with 6 additions and 12 deletions

View File

@ -49,14 +49,6 @@ $pages = array(
'action' => 'plupload',
'resource' => 'plupload'
),
array(
'label' => 'Add User',
'module' => 'default',
'controller' => 'user',
'action' => 'add-user',
'resource' => 'user'
),
array(
'label' => 'Configure',
'uri' => 'javascript:void(null)',
@ -67,10 +59,12 @@ $pages = array(
'controller' => 'Nowplaying'
),
array(
'label' => 'Manage Users',
'module' => 'default',
'controller' => 'Nowplaying'
)
'label' => 'Manage Users',
'module' => 'default',
'controller' => 'user',
'action' => 'add-user',
'resource' => 'user'
)
)
)
/*