mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
MOre changes from DB to Settings.
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
require(dirname(__FILE__) . "/../bin/config.php");
|
||||
require_once(WWW_DIR . "/lib/framework/Settings.php");
|
||||
|
||||
$db = new DB;
|
||||
$db = new Settings();
|
||||
|
||||
$rel = $db->query("update releases set passwordstatus = -1 where rarinnerfilecount = 0");
|
||||
|
||||
Reference in New Issue
Block a user