mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
7 lines
142 B
PHP
7 lines
142 B
PHP
<?php
|
|
|
|
require_once(dirname(__FILE__)."/bin/config.php");
|
|
require_once(WWW_DIR. '/lib/Tmux.php');
|
|
|
|
$restart = (new \Tmux())->stopIfRunning();
|