Files
newznab-tmux/bin/lib/alternate
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
146 B
Plaintext

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