Files
newznab-tmux/bin/processOthers.php
T
jonnyboy 4a5b660c4a fixed force restart of sphinx pane
unset exec bits for all except start.sh
2013-01-28 07:25:39 +01:00

13 lines
272 B
PHP

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