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