Add user to example config
This commit is contained in:
parent
907203d6f7
commit
1819aaa533
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// Create a constant array with config variables
|
||||
const CONF = array(
|
||||
"lastfm_key" => "key"
|
||||
"lastfm_key" => "key",
|
||||
"lastfm_user" => "username"
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue