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