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