diff options
author | Frankie B <floppydisk05@aol.com> | 2022-12-20 20:55:40 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-12-20 20:55:40 +0000 |
commit | 4ec6b99ac1e6f694393c6206d8037f7bfda0db6c (patch) | |
tree | 29290bdca72112a096658954ac666b5aef173999 /inc | |
parent | 2195834edbc91935b70f937ce7a168d3a2e0c3b8 (diff) | |
parent | 1819aaa533b6af317ca988b23e8a05de69ba71d3 (diff) |
Merge branch 'master' of https://github.com/floppydisk05/website
Diffstat (limited to 'inc')
-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" ); |