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 $station = StationRepository::getInstance()->getObjectById($_GET['id'] ?? null); ?>
|
||||||
<?php if ($station->isExistingObject()) : ?>
|
<?php if ($station->isExistingObject()) : ?>
|
||||||
|
|
@ -282,4 +282,4 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue