

Nextrek
Diff Revisions 374 vs 415 for /Android/SmartCharging/endPoints/nightly/set_position.php
@@ -2,7 +2,7 @@ | |||
2 | 2 | header("Access-Control-Allow-Origin: *"); | |
3 | 3 | header('Content-Type: application/json; charset=UTF-8'); | |
4 | 4 | ||
5 | - | require_once("LocalRepository.php"); | |
5 | + | require_once("repositories/LocalRepository.php"); | |
6 | 6 | ||
7 | 7 | $servername = "localhost"; | |
8 | 8 | $username = "smartcharging"; |