diskfloppy.me/inc/config.example.inc.php

7 lines
137 B
PHP
Raw Normal View History

2022-11-15 22:21:02 +00:00
<?php
// Create a constant array with config variables
const CONF = array(
2022-12-18 15:00:40 +00:00
"lastfm_key" => "key",
"lastfm_user" => "username"
2022-11-15 22:21:02 +00:00
);