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