mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
0935348611
added iftop as option
11 lines
142 B
PHP
Executable File
11 lines
142 B
PHP
Executable File
<?php
|
|
|
|
require('config.php');
|
|
require(WWW_DIR.'/lib/postprocess.php');
|
|
|
|
$postprocess = new PostProcess(true);
|
|
$postprocess->processTv();
|
|
|
|
?>
|
|
|