Browse code

Initial commit

Benjamin Roth authored on11/12/2019 13:27:07
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
1
+;;
2
+; List modules which are required to be loaded beforehand
3
+;;
4
+requires[] = "core"
5
+requires[] = "*_autoload"
6
+
7
+;;
8
+; Configure what you want the autoload creator to register
9
+;;
10
+register_namespaces = false
11
+register_classes    = false
12
+register_templates  = false
0 13
\ No newline at end of file