mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
Replace usage of indexer.php with bootstrap.php
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* reason, it will allow the password hash on the account to be changed.
|
||||
* Hopefully that will allow admin access to fix any further problems.
|
||||
*/
|
||||
require_once realpath(dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR . 'indexer.php');
|
||||
require_once realpath(dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR . 'bootstrap.php');
|
||||
|
||||
use nntmux\db\Settings;
|
||||
use nntmux\Users;
|
||||
|
||||
Reference in New Issue
Block a user