diff options
Diffstat (limited to 'inc/config.example.inc.php')
-rw-r--r-- | inc/config.example.inc.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/inc/config.example.inc.php b/inc/config.example.inc.php deleted file mode 100644 index da01886..0000000 --- a/inc/config.example.inc.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php -// Create a constant array with config variables -const CONF = array( - "lastfm_key" => "key", - "lastfm_user" => "username" -); |