Added newline at end of files

This commit is contained in:
luca0N! 2020-05-28 17:31:50 -03:00
parent 6784c2cf56
commit eb01780d70
No known key found for this signature in database
GPG Key ID: 9F1B99B522287CAB
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@
"adl2", "adl2",
"adl3" "adl3"
] ]
} }

View File

@ -104,4 +104,4 @@
$cfg = json_decode($jsonc, true); $cfg = json_decode($jsonc, true);
return $cfg[$key]; return $cfg[$key];
} }
?> ?>