mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
Use DB class instead of Settings class where advanced settings functions are not used
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
*/
|
||||
require_once realpath(dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR . 'bootstrap.php');
|
||||
|
||||
use nntmux\db\Settings;
|
||||
use nntmux\db\DB;
|
||||
use nntmux\Users;
|
||||
|
||||
$pdo = new Settings();
|
||||
$pdo = new DB();
|
||||
|
||||
if ($argc < 3) {
|
||||
exit(
|
||||
|
||||
Reference in New Issue
Block a user