summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/Maps.php
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
committerYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
commitfc7369835258467bf97eb64f184b93691f9a9fd5 (patch)
treedaabd60089d2dd76d9f5fb416b005fbe159c799d /www/wiki/extensions/Maps/Maps.php
first commit
Diffstat (limited to 'www/wiki/extensions/Maps/Maps.php')
-rw-r--r--www/wiki/extensions/Maps/Maps.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/wiki/extensions/Maps/Maps.php b/www/wiki/extensions/Maps/Maps.php
new file mode 100644
index 00000000..4212ed92
--- /dev/null
+++ b/www/wiki/extensions/Maps/Maps.php
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * Initialization file for the Maps extension.
+ *
+ * @links https://github.com/JeroenDeDauw/Maps/blob/master/README.md#maps Documentation
+ * @links https://github.com/JeroenDeDauw/Maps/issues Support
+ * @links https://github.com/JeroenDeDauw/Maps Source code
+ *
+ * @license https://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
+ */
+
+wfLoadExtension( 'Maps' ); \ No newline at end of file