mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 01:38:54 +00:00
Move files around.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
require_once("config.php");
|
||||
|
||||
$p = new PreDB(true);
|
||||
$p->nzpreUpdate();
|
||||
if(isset($argv[1]) && $argv[1] == true)
|
||||
$p->processReleases($daysback=(isset($argv[2]) ? $argv[2] : 3));
|
||||
Reference in New Issue
Block a user