siwwy :3 #3

Closed
RoscoeDaWah wants to merge 261 commits from feat-privacy into master
Showing only changes of commit 1819aaa533 - Show all commits

Add user to example config

Frankie B 2022-12-18 15:00:40 +00:00

View file

@ -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"
); );