mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
13 lines
156 B
Plaintext
Executable File
13 lines
156 B
Plaintext
Executable File
<?php
|
|
|
|
require_once("config.php");
|
|
require_once("lib/postprocess1.php");
|
|
|
|
$postprocess = new PostProcess1(true);
|
|
$postprocess->processAdditional1();
|
|
|
|
|
|
?>
|
|
|
|
|