Add sample config file.
authorSam White <webmaster@ycra.org.uk>
Fri, 10 Sep 2021 18:00:51 +0000 (18:00 +0000)
committerSam White <webmaster@ycra.org.uk>
Fri, 10 Sep 2021 18:00:51 +0000 (18:00 +0000)
config.php.sample [new file with mode: 0644]

diff --git a/config.php.sample b/config.php.sample
new file mode 100644 (file)
index 0000000..29381f2
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+function get_config() {
+  return [
+    'site_root' => '/',
+    'title_append' => 'DEV SITE',
+  ];
+}