

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