Fix some paths.

This commit is contained in:
DariusIII
2015-04-21 18:08:25 +02:00
parent fe76a02983
commit dadfbace02
7 changed files with 9 additions and 4 deletions
+3 -1
View File
@@ -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();