diff --git a/cfg.example.json b/cfg.example.json index c7eb0fc..eb7bf12 100644 --- a/cfg.example.json +++ b/cfg.example.json @@ -8,4 +8,4 @@ "adl2", "adl3" ] -} \ No newline at end of file +} diff --git a/index.php b/index.php index 5c649d6..b401b24 100644 --- a/index.php +++ b/index.php @@ -104,4 +104,4 @@ $cfg = json_decode($jsonc, true); return $cfg[$key]; } -?> \ No newline at end of file +?>