mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Move all the config files to newznab/config folder.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
require_once realpath(__DIR__ . '/../../../../www/config.php');
|
||||
require_once realpath(dirname(dirname(dirname(dirname(__DIR__)))) . DIRECTORY_SEPARATOR . 'indexer.php');
|
||||
|
||||
$restart = (new \Tmux())->stopIfRunning();
|
||||
use newznab\controllers\Tmux;
|
||||
|
||||
$restart = (new Tmux())->stopIfRunning();
|
||||
|
||||
Reference in New Issue
Block a user