summaryrefslogtreecommitdiff
path: root/bin/wiki/initReevo.php
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/initReevo.php')
-rw-r--r--bin/wiki/initReevo.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/wiki/initReevo.php b/bin/wiki/initReevo.php
new file mode 100644
index 00000000..81a006b0
--- /dev/null
+++ b/bin/wiki/initReevo.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * scritp to initialise specifics wikifab pages, such as forms, properties, and home page
+ *
+ * @file
+ * @ingroup Maintenance
+ */
+require_once __DIR__ . '/initReevoClass.php';
+
+$maintClass = "InitReevo";
+require_once RUN_MAINTENANCE_IF_MAIN;