mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Moved classes from newznab/controllers into newznab/ folder
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
require_once realpath(dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR . 'indexer.php');
|
||||
|
||||
use newznab\db\Settings;
|
||||
use newznab\controllers\Games;
|
||||
use newznab\Games;
|
||||
|
||||
|
||||
$pdo = new Settings();
|
||||
@@ -39,4 +39,4 @@ if ($total > 0) {
|
||||
usleep(1000000 - $diff);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user