mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
2db9954e8a
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
7 lines
145 B
PHP
7 lines
145 B
PHP
<?php
|
|
|
|
require_once(dirname(__FILE__) . "/bin/config.php");
|
|
require_once(WWW_DIR . '/lib/Tmux.php');
|
|
|
|
$restart = (new \Tmux())->stopIfRunning();
|