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:
Darko
2015-05-26 16:05:42 +02:00
parent 53293bea16
commit c8022ee1be
321 changed files with 4154 additions and 829 deletions
+1 -1
View File
@@ -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");