diff options
author | Frankie B <floppydisk05@aol.com> | 2022-11-15 22:21:02 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-11-15 22:21:02 +0000 |
commit | 45defd706eca9188a92a6167ff828f3f61887b77 (patch) | |
tree | f98002e3c662dc417b413b0eec69f3bc9b74c27d /inc/config.example.inc.php | |
parent | 41efcbfbe5be1aafea665332f55cce74b27d6a3d (diff) |
Add Last.fm and config
Diffstat (limited to 'inc/config.example.inc.php')
-rw-r--r-- | inc/config.example.inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/config.example.inc.php b/inc/config.example.inc.php new file mode 100644 index 0000000..433a60d --- /dev/null +++ b/inc/config.example.inc.php @@ -0,0 +1,5 @@ +<?php +// Create a constant array with config variables +const CONF = array( + "lastfm_key" => "key" +); |