mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Fix wrong parameters in api request
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-05-04 DariusIII
|
||||
* Fix: Fix wrong parameters in api request
|
||||
* Fix: Fix nocaptcha display on login, contact, forgottenpassword and register pages
|
||||
* Chg: Remove stray column from getmoviesRange function
|
||||
* Chg: Remove main, usefull and article menus from basepage controller
|
||||
|
||||
@@ -248,7 +248,7 @@ class ApiController extends BasePageController
|
||||
header(
|
||||
'Location:'.
|
||||
WWW_TOP.
|
||||
'/getnzb?id=i='.
|
||||
'/getnzb?i='.
|
||||
$uid.
|
||||
'&r='.
|
||||
$apiKey.
|
||||
|
||||
Reference in New Issue
Block a user