Add user to example config

This commit is contained in:
Frankie B 2022-12-18 15:00:40 +00:00
parent 907203d6f7
commit 1819aaa533

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"
);