mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
10 lines
153 B
PHP
Executable File
10 lines
153 B
PHP
Executable File
<?php
|
|
|
|
require_once("config.php");
|
|
require_once("lib/postprocess3.php");
|
|
|
|
$postprocess = new PostProcess3(true);
|
|
$postprocess->processAdditional3();
|
|
|
|
?>
|