mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
*
|
||||
* It will start the tmux server and monitoring scripts if needed.
|
||||
*/
|
||||
require_once(dirname(__FILE__)."/bin/config.php");
|
||||
require_once(dirname(__FILE__) . "/bin/config.php");
|
||||
require_once(WWW_DIR . "lib/framework/db.php");
|
||||
require_once(WWW_DIR. '/lib/Tmux.php');
|
||||
require_once(WWW_DIR . '/lib/Tmux.php');
|
||||
|
||||
$pdo = new DB();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user