projects
/
ycra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e445d
)
Add sample config file.
author
Sam White
<webmaster@ycra.org.uk>
Fri, 10 Sep 2021 18:00:51 +0000
(18:00 +0000)
committer
Sam White
<webmaster@ycra.org.uk>
Fri, 10 Sep 2021 18:00:51 +0000
(18:00 +0000)
config.php.sample
[new file with mode: 0644]
patch
|
blob
diff --git a/config.php.sample
b/config.php.sample
new file mode 100644
(file)
index 0000000..
29381f2
--- /dev/null
+++ b/
config.php.sample
@@ -0,0
+1,7
@@
+<?php
+function get_config() {
+ return [
+ 'site_root' => '/',
+ 'title_append' => 'DEV SITE',
+ ];
+}