mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
13 lines
146 B
Plaintext
13 lines
146 B
Plaintext
<?php
|
|
|
|
require('config.php');
|
|
require('lib/postprocess1.php');
|
|
|
|
$postprocess = new PostProcess1(true);
|
|
$postprocess->processAdditional1();
|
|
|
|
|
|
?>
|
|
|
|
|