mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
11 lines
138 B
PHP
11 lines
138 B
PHP
<?php
|
|
|
|
require('config.php');
|
|
require('lib/postprocess2.php');
|
|
|
|
$postprocess = new PostProcess2(true);
|
|
$postprocess->processNfos1();
|
|
|
|
?>
|
|
|