aboutsummaryrefslogtreecommitdiff
path: root/inc/config.example.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/config.example.inc.php')
-rw-r--r--inc/config.example.inc.php5
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"
+);