Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweepr committed Apr 9, 2020
1 parent 5b8d846 commit fe13f21
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions index.php
Expand Up @@ -141,18 +141,6 @@
$page->render();
break;

case 'getnzbmobile':
$page = new SpotPage_getnzbmobile(
$daoFactory,
$settings,
$currentSession,
['messageid' => $req->getDef('messageid', ''),
'action' => $req->getDef('action', 'display'), ]
);
$page->render();
break;
// getnzbmobile

case 'erasedls':
$page = new SpotPage_erasedls($daoFactory, $settings, $currentSession);
$page->render();
Expand Down

0 comments on commit fe13f21

Please sign in to comment.