mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
rewrite of availability-map
This commit is contained in:
7
html/ajax_mapview.php
Normal file
7
html/ajax_mapview.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
session_start();
|
||||
if (isset($_REQUEST['mapView'])) {
|
||||
$_SESSION['mapView'] = $_REQUEST['mapView'];
|
||||
}
|
||||
header('Content-type: text/plain');
|
||||
echo $_SESSION['mapView'];
|
Reference in New Issue
Block a user