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