Files
newznab-tmux/bin/processGames.php
T

11 lines
145 B
PHP
Executable File

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