Update telemetry.php
This commit is contained in:
parent
ec67098f3b
commit
dd5cf5ce11
|
|
@ -1,4 +1,4 @@
|
|||
<?php require "${_SERVER["DOCUMENT_ROOT"]}/includes/bootstrap.php"; ?>
|
||||
<?php require "${_SERVER["DOCUMENT_ROOT"]}/../includes/bootstrap.php"; ?>
|
||||
|
||||
<?php $station = StationRepository::getInstance()->getObjectById($_GET['id'] ?? null); ?>
|
||||
<?php if ($station->isExistingObject()) : ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue