This commit is contained in:
Frankie B 2022-12-20 20:55:40 +00:00
commit 4ec6b99ac1

View file

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