Files
newznab-tmux/bin/postprocess_nfo.php
T
2013-01-21 04:32:50 +01:00

11 lines
149 B
PHP
Executable File

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