summaryrefslogtreecommitdiff
path: root/conf/local.php
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2022-03-07 21:15:33 +0000
committerYaco <franco@reevo.org>2022-03-07 21:15:33 +0000
commit2abc3feb5f2711451caa9d7464258e25c1c1d358 (patch)
tree5c125a8ef13ab1d19a48acb67b16e81cec03b3ce /conf/local.php
first commit after acervus tech
Diffstat (limited to 'conf/local.php')
-rw-r--r--conf/local.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/local.php b/conf/local.php
new file mode 100644
index 0000000..71ba94c
--- /dev/null
+++ b/conf/local.php
@@ -0,0 +1,8 @@
+<?php
+/**
+ * Minimal local config
+ */
+$conf['useacl'] = 1;
+$conf['superuser'] = '@admin';
+
+$conf['title'] = 'Illich';