mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
11 lines
149 B
PHP
Executable File
11 lines
149 B
PHP
Executable File
<?php
|
|
|
|
require("config.php");
|
|
require_once(WWW_DIR."/lib/postprocess.php");
|
|
|
|
$postprocess = new PostProcess(true);
|
|
$postprocess->processNfos();
|
|
|
|
?>
|
|
|