Files
newznab-tmux/bin/postprocess_nfo.php
T
2013-03-06 17:24:24 +01:00

11 lines
137 B
PHP

<?php
require('config.php');
require('lib/postprocess1.php');
$postprocess = new PostProcess1(true);
$postprocess->processNfos();
?>