Update statistics.php
This commit is contained in:
parent
c81870055d
commit
ec67098f3b
|
|
@ -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()) : ?>
|
||||
|
|
@ -146,4 +146,4 @@
|
|||
}
|
||||
});
|
||||
</script>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue