mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
7 lines
186 B
PHP
7 lines
186 B
PHP
<?php
|
|
require_once realpath(dirname(dirname(dirname(dirname(__DIR__)))) . DIRECTORY_SEPARATOR . 'indexer.php');
|
|
|
|
use newznab\controllers\Tmux;
|
|
|
|
$restart = (new Tmux())->stopIfRunning();
|