

Nextrek
Diff Revisions 414 vs 415 for /Android/SmartCharging/endPoints/nightly/upload_avatar.php
@@ -1,6 +1,6 @@ | |||
1 | 1 | <?php | |
2 | 2 | ||
3 | - | require_once("UserRepository.php"); | |
3 | + | require_once("repositories/UserRepository.php"); | |
4 | 4 | require_once("constants.php"); | |
5 | 5 | ||
6 | 6 | if (!array_key_exists("user_id", $_POST) || !array_key_exists("avatar_name", $_POST)) { |