implement authentication
[phancap.git] / data / phancap.config.php.dist
diff --git a/data/phancap.config.php.dist b/data/phancap.config.php.dist
new file mode 100644 (file)
index 0000000..9a83e7b
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+//username => secret key
+$access = array(
+    'bar' => 'bar',
+);
+?>