mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
5 lines
114 B
PHP
5 lines
114 B
PHP
<?php
|
|
require_once realpath(__DIR__ . '/../../../../www/config.php');
|
|
|
|
$restart = (new \Tmux())->stopIfRunning();
|