mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
11 lines
179 B
PHP
11 lines
179 B
PHP
<?php
|
|
|
|
require(dirname(__FILE__)."/config.php");
|
|
require(dirname(__FILE__)."/temp/postprocess2.php");
|
|
|
|
$postprocess = new PostProcess2(true);
|
|
$postprocess->processMovies1();
|
|
|
|
?>
|
|
|