Add Last.fm and config
This commit is contained in:
parent
41efcbfbe5
commit
45defd706e
2 changed files with 70 additions and 0 deletions
5
inc/config.example.inc.php
Normal file
5
inc/config.example.inc.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
// Create a constant array with config variables
|
||||
const CONF = array(
|
||||
"lastfm_key" => "key"
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue