Move from nntmux/db/Settings to app/models/Settings

This commit is contained in:
DariusIII
2016-10-24 13:03:58 +02:00
parent ecdbfad0d9
commit 8598c140bf
110 changed files with 919 additions and 584 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ require_once realpath(dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR .
use ApaiIO\Configuration\GenericConfiguration;
use ApaiIO\Operations\Search;
use ApaiIO\ApaiIO;
use nntmux\db\Settings;
use nntmux\db\DB;
$s = new Settings();
$s = new DB();
$pubkey = $s->getSetting('amazonpubkey');
$privkey = $s->getSetting('amazonprivkey');