mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
10 lines
177 B
PHP
10 lines
177 B
PHP
<?php
|
|
|
|
require(dirname(__FILE__)."/config.php");
|
|
require(dirname(__FILE__)."/temp/postprocess1.php");
|
|
|
|
$postprocess = new PostProcess1(true);
|
|
$postprocess->processMusic1();
|
|
|
|
?>
|