mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +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();
|
|
|
|
?>
|
|
|