summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorbfabiszewski <github@ushuaia.pl>2013-06-23 23:43:09 +0200
committerbfabiszewski <github@ushuaia.pl>2013-06-23 23:43:09 +0200
commit6549528204f8f01bf363a26081bb1a72df2cac65 (patch)
tree3bf2f00cd8e0c88df34d00d2dbdd31a928ba27ff /config.php
parentbf662e9949165d792c8d3d4fc5b6b9d1fa1e6ab6 (diff)
downloadRunnerUpLive-6549528204f8f01bf363a26081bb1a72df2cac65.zip
store preferences in cookies
Diffstat (limited to 'config.php')
-rwxr-xr-xconfig.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.php b/config.php
index 702f382..ae48a10 100755
--- a/config.php
+++ b/config.php
@@ -17,7 +17,7 @@
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-$version = "2.1";
+$version = "2.2";
// default map drawing framework
// (gmaps = google maps, openlayers = openlayers/osm)
@@ -31,6 +31,8 @@ $layer_ocm = 1;
$layer_mq = 1;
// osmapa.pl (0 = no, 1 = yes)
$layer_osmapa = 1;
+// UMP (0 = no, 1 = yes)
+$layer_ump = 1;
// you may set your google maps api key
// this is not obligatory by now