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