Merge branch 'master' of https://github.com/floppydisk05/website
This commit is contained in:
commit
4ec6b99ac1
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
// Create a constant array with config variables
|
// Create a constant array with config variables
|
||||||
const CONF = array(
|
const CONF = array(
|
||||||
"lastfm_key" => "key"
|
"lastfm_key" => "key",
|
||||||
|
"lastfm_user" => "username"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue