mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Move all the config files to newznab/config folder.
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
* 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 dirname(__FILE__) . '/../../../www/config.php';
|
||||
require_once realpath(dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR . 'indexer.php');
|
||||
|
||||
use newznab\db\Settings;
|
||||
use newznab\controllers\Users;
|
||||
|
||||
$pdo = new Settings();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user