siwwy :3 #3

Closed
RoscoeDaWah wants to merge 261 commits from feat-privacy into master
Showing only changes of commit 4ec6b99ac1 - Show all commits
Frankie B 2022-12-20 20:55: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"
); );