Move config out of root
authorCameron Ball <cameron@cameron1729.xyz>
Sun, 18 Nov 2018 04:21:43 +0000 (12:21 +0800)
committerCameron Ball <cameron@cameron1729.xyz>
Sun, 18 Nov 2018 04:21:43 +0000 (12:21 +0800)
common.php

index 324fe6c..c0fca8a 100644 (file)
@@ -4,7 +4,7 @@ namespace Common;
 
 require 'vendor/autoload.php';
 require 'Commands/MyBills.php';
-require 'config.php';
+require '../config.php';
 
 use Telegram\Bot\Api;
 use DateTimeImmutable;