siwwy :3 #3

Closed
RoscoeDaWah wants to merge 261 commits from feat-privacy into master
Showing only changes of commit 1819aaa533 - 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"
);