summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/Maps_Settings.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_Settings.php
first commit
Diffstat (limited to 'www/wiki/extensions/Maps/Maps_Settings.php')
-rwxr-xr-xwww/wiki/extensions/Maps/Maps_Settings.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/wiki/extensions/Maps/Maps_Settings.php b/www/wiki/extensions/Maps/Maps_Settings.php
new file mode 100755
index 00000000..0d56a302
--- /dev/null
+++ b/www/wiki/extensions/Maps/Maps_Settings.php
@@ -0,0 +1,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 );
+}