Add Last.fm and config

This commit is contained in:
Frankie B 2022-11-15 22:21:02 +00:00
commit 45defd706e
2 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<?php
// Create a constant array with config variables
const CONF = array(
"lastfm_key" => "key"
);