mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Fix some paths.
This commit is contained in:
@@ -7,11 +7,13 @@
|
||||
* If you used the 4th argument yes, but you want to reset the status,
|
||||
* there is another script called resetRelnameStatus.php
|
||||
*/
|
||||
require_once(dirname(__FILE__)."/../bin/config.php");
|
||||
|
||||
use newznab\db\DB;
|
||||
|
||||
|
||||
$n = "\n";
|
||||
$pdo = new \DB();
|
||||
$pdo = new DB();
|
||||
$namefixer = new \NameFixer(['Settings' => $pdo]);
|
||||
$predb = new \PreHash(['Echo' => true, 'Settings' => $pdo]);
|
||||
$s = new Sites();
|
||||
|
||||
Reference in New Issue
Block a user