Skip to content

Commit 9325795

Browse files
author
RiDdLeS
committed
removing code left over from the ah score site
1 parent a4eb46c commit 9325795

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/controllers/MenuController.php

100644100755
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ public function getMenu()
1313
if ($this->hasPermission('DEVELOPER')) {
1414
Menu::handler('mainRight')
1515
->add('javascript:void(0);', 'Management', Menu::items()
16-
->add('/admin', 'Dev Panel')
17-
->add('/manage', 'Video Panel')
18-
->add('/video/add', 'Add Video')
19-
->add('/video/rss', 'RSS'));
16+
->add('/admin', 'Dev Panel'));
2017
}
2118

2219
// User Menu

0 commit comments

Comments
 (0)