mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
24fa162413
[ci skip] [skip ci]
8 lines
138 B
PHP
8 lines
138 B
PHP
<?php
|
|
|
|
require_once dirname(__DIR__, 4).DIRECTORY_SEPARATOR.'bootstrap.php';
|
|
|
|
use nntmux\Tmux;
|
|
|
|
$restart = (new Tmux())->stopIfRunning();
|