diff --git a/Sources/php_script/script/insertAndMakeListUser.php b/Sources/php_script/script/insertAndMakeListUser.php index 8e6cd00..c4b6210 100644 --- a/Sources/php_script/script/insertAndMakeListUser.php +++ b/Sources/php_script/script/insertAndMakeListUser.php @@ -22,6 +22,7 @@ function metersBetweenTwoUser($lat1, $lng1, $lat2, $lng2): float function insertUserAndReturnList(): array|int { + include "config.php"; $res = connection(); if ($res == -1) {