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