Files
newznab-tmux/bin/processAlternate3.php
T

11 lines
199 B
PHP
Executable File

<?php
$newzpath = getenv('NEWZPATH');
require_once("$newzpath/www/config.php");
require_once("lib/postprocess3.php");
$postprocess = new PostProcess3(true);
$postprocess->processAdditional3();
?>