mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
8fdf75c049
This reverts commit 2db9954e8a.
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();
|