From: Cameron Ball Date: Mon, 19 Nov 2018 02:52:43 +0000 (+0800) Subject: Change config to be in same directory as source X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=a6e68e4916a79c386b4bd9f624de7b32594af147;p=SonOfLokstallBot.git Change config to be in same directory as source --- diff --git a/common.php b/common.php index c92db49..7b88a67 100644 --- a/common.php +++ b/common.php @@ -3,7 +3,7 @@ namespace Common; require 'vendor/autoload.php'; -require __DIR__ . '/../../config.php'; +require __DIR__ . '/config.php'; use Telegram\Bot\Api; use DateTimeImmutable;