mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
8 lines
147 B
PHP
8 lines
147 B
PHP
<?php
|
|
|
|
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
|
|
|
use nntmux\Tmux;
|
|
|
|
$restart = (new Tmux())->stopIfRunning();
|