1
0
mirror of synced 2025-12-28 00:23:25 +00:00

fix(update) import config in endpoints

This commit is contained in:
Valentin
2024-06-13 01:05:21 +02:00
parent 7530c2472a
commit 913ff89538

View File

@@ -1,5 +1,6 @@
<?php <?php
session_start(); session_start();
include '../config.php';
include '../services/db.php'; include '../services/db.php';
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['stopId'], $_POST['lineId'], $_POST['action'])) { if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['stopId'], $_POST['lineId'], $_POST['action'])) {