diff options
author | Frankie B <floppydisk05@aol.com> | 2022-12-18 15:00:40 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-12-18 15:00:40 +0000 |
commit | 1819aaa533b6af317ca988b23e8a05de69ba71d3 (patch) | |
tree | 9d741525d26ce63cf6e6ca2d289eb2ac43762f2a /inc/config.example.inc.php | |
parent | 907203d6f73ea8aa9de82126b57b9f694d24dd99 (diff) |
Add user to example config
Diffstat (limited to 'inc/config.example.inc.php')
-rw-r--r-- | inc/config.example.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/config.example.inc.php b/inc/config.example.inc.php index 433a60d..da01886 100644 --- a/inc/config.example.inc.php +++ b/inc/config.example.inc.php @@ -1,5 +1,6 @@ <?php // Create a constant array with config variables const CONF = array( - "lastfm_key" => "key" + "lastfm_key" => "key", + "lastfm_user" => "username" ); |