Fisrt batch of changes from site to settings.

This commit is contained in:
Darko
2015-05-28 15:59:55 +02:00
parent dac7585cc9
commit 553d68c234
168 changed files with 789 additions and 839 deletions
@@ -2,6 +2,6 @@
require(dirname(__FILE__) . "/../bin/config.php");
require_once(WWW_DIR . "/lib/framework/db.php");
$db = new DB();
$db = new Settings();
$rel = $db->query("update releases set passwordstatus = -1 where rarinnerfilecount = 0");