change config location

This commit is contained in:
ghost 2023-11-25 00:16:08 +02:00
parent 905af165fb
commit 72f2fdaeca
10 changed files with 13 additions and 119 deletions

View file

@ -11,7 +11,7 @@ require_once __DIR__ . '/../../vendor/autoload.php';
// Init config
$config = json_decode(
file_get_contents(
__DIR__ . '/../config.json'
__DIR__ . '/../../config.json'
)
);