mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Error in update_predb.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
require_once realpath(dirname(dirname(__DIR__)) . DIRECTORY_SEPARATOR . 'indexer.php');
|
||||
|
||||
use newznab\controllers\PreDB;
|
||||
|
||||
$p = new PreDB(true);
|
||||
$p->nzpreUpdate();
|
||||
if(isset($argv[1]) && $argv[1] == true)
|
||||
|
||||
Reference in New Issue
Block a user