Update weather.php

This commit is contained in:
Peter Buchegger 2022-02-10 01:02:21 +01:00 committed by GitHub
parent b406f4d2f7
commit ddcab34ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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; ?>