Skip to content

Commit

Permalink
Revert "Update index.php"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweepr committed Apr 9, 2020
1 parent 2612010 commit 378f2c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.php
Expand Up @@ -141,6 +141,18 @@
$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 378f2c2

Please sign in to comment.