mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Change path handling in scripts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Test the cache server connection.
|
||||
require_once realpath(dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR . 'bootstrap.php');
|
||||
require_once dirname(__DIR__, 3) . DIRECTORY_SEPARATOR . 'bootstrap.php';
|
||||
|
||||
use nntmux\libraries\Cache;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user