Error in update_predb.

This commit is contained in:
DariusIII
2015-10-15 14:29:51 +02:00
parent 0b71e65977
commit 3ce6e01333
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -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)