Files
newznab-tmux/stop.php
T
Scrutinizer Auto-Fixer 2db9954e8a Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-03-24 11:56:32 +00:00

7 lines
145 B
PHP

<?php
require_once(dirname(__FILE__) . "/bin/config.php");
require_once(WWW_DIR . '/lib/Tmux.php');
$restart = (new \Tmux())->stopIfRunning();