Woops #2

Closed
RoscoeDaWah wants to merge 250 commits from redesign into master
Showing only changes of commit 4ec6b99ac1 - Show all commits

View file

@ -1,5 +1,6 @@
<?php
// Create a constant array with config variables
const CONF = array(
"lastfm_key" => "key"
"lastfm_key" => "key",
"lastfm_user" => "username"
);