diskfloppy.me/inc/config.example.inc.php
2022-12-18 15:00:40 +00:00

7 lines
137 B
PHP

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