aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/config.example.inc.php3
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"
);