aboutsummaryrefslogtreecommitdiff
path: root/inc/config.example.inc.php
blob: da01886faf27a3ea4aa9cf089b05a1dcfdfec842 (plain)
1
2
3
4
5
6
<?php
// Create a constant array with config variables
const CONF = array(
    "lastfm_key" => "key",
    "lastfm_user" => "username"
);