mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
12 lines
182 B
Plaintext
12 lines
182 B
Plaintext
<?php
|
|
|
|
require(dirname(__FILE__)."/../config.php");
|
|
require(dirname(__FILE__)."/postprocess1.php");
|
|
|
|
$postprocess = new PostProcess1(true);
|
|
$postprocess->processAdditional1();
|
|
|
|
?>
|
|
|
|
|