mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add missing use statements.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
2015-10-16 DariusIII
|
||||
Fix: Missing use statements.
|
||||
2015-10-15 DariusIII
|
||||
Chg: Remove snHandleerror from SpotNab.
|
||||
Add: Example config file
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
use newznab\controllers\Groups;
|
||||
use newznab\controllers\Releases;
|
||||
use newznab\controllers\ReleaseSearch;
|
||||
use newznab\controllers\Category;
|
||||
|
||||
if (!$page->users->isLoggedIn()) {
|
||||
$page->show403();
|
||||
|
||||
@@ -21,5 +21,5 @@ if (empty($nzbget->password))
|
||||
|
||||
$guid = $_GET["id"];
|
||||
|
||||
$nzbget->sendToNZBGet($guid);
|
||||
$nzbget->sendURLToNZBGet($guid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user