Files
newznab-tmux/misc/update/tmux/stop.php
T

8 lines
147 B
PHP

<?php
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
use nntmux\Tmux;
$restart = (new Tmux())->stopIfRunning();