rewrite of availability-map

This commit is contained in:
crcro
2016-08-12 22:51:29 +03:00
parent c16fedd201
commit 655363082c
5 changed files with 273 additions and 70 deletions

7
html/ajax_mapview.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
session_start();
if (isset($_REQUEST['mapView'])) {
$_SESSION['mapView'] = $_REQUEST['mapView'];
}
header('Content-type: text/plain');
echo $_SESSION['mapView'];