mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Change site table to settings table, move files around and adjust to new settings table. patchDB needs to be fixed for the final patch is is used for.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
require(dirname(__FILE__) . "/../bin/config.php");
|
||||
|
||||
$db = new newznab\db\DB();
|
||||
$db = new newznab\db\Settings();
|
||||
|
||||
$rel = $db->query("update releases set passwordstatus = -1 where rarinnerfilecount = 0");
|
||||
|
||||
Reference in New Issue
Block a user