diskfloppy.me/inc/config.example.inc.php
2022-11-15 22:21:02 +00:00

6 lines
104 B
PHP

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