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 | 47b751c02097bb17cbff07a6bab6f637a876b4f8 (patch) | |
tree | 29290bdca72112a096658954ac666b5aef173999 | |
parent | dcc3c8dd54e639a353ae99097024d0fc5ba9449f (diff) | |
parent | ea63711fb92c75ce3c41f0c4382eeb90a8ca07c9 (diff) |
Merge branch 'master' of https://github.com/floppydisk05/website
-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" ); |