summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/Maps_Settings.php
blob: 0d56a30257d486c56c8bc144dcbdec41a597cec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php

/**
 * For instructions on how to configure Maps, see
 * https://www.semantic-mediawiki.org/wiki/Maps/Configuration
 *
 * For a list of all available settings and their default values,
 * see DefaultSettings.php in this directory.
 */

foreach ( include __DIR__ . '/DefaultSettings.php' as $key => $value ) {
	$GLOBALS[$key] = $value;
}

if ( !defined( 'Maps_SETTINGS_LOADED' ) ) {
	define( 'Maps_SETTINGS_LOADED', true );
}