mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Instantiate Request class as soon as possible
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-03-01 DariusIII
|
||||
* Chg: Instantiate Request class as soon as possible
|
||||
* Fix: Fix updating of site settings
|
||||
* Chg: Update Basepage to use request secure site check
|
||||
* Fix: Fix bulk adding of groups
|
||||
|
||||
@@ -26,4 +26,5 @@ if (! defined('HAS_WHICH')) {
|
||||
new Configure('indexer');
|
||||
|
||||
$app->make(Illuminate\Contracts\Console\Kernel::class)->bootstrap();
|
||||
$app->handle(\Illuminate\Http\Request::capture());
|
||||
require_once __DIR__.DIRECTORY_SEPARATOR.'yenc.php';
|
||||
|
||||
Reference in New Issue
Block a user