summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/Maps.php
blob: 4212ed923df9e603fd23c28f075fb306cdb13e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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' );