Files
newznab-tmux/bin/postprocess_nfo.php
T

11 lines
144 B
PHP
Executable File

<?php
require("config.php");
require(WWW_DIR."/lib/postprocess.php");
$postprocess = new PostProcess(true);
$postprocess->processNfos();
?>