diff options
Diffstat (limited to 'api/me-picture.php')
-rw-r--r-- | api/me-picture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/me-picture.php b/api/me-picture.php index 408b8c8..636188e 100644 --- a/api/me-picture.php +++ b/api/me-picture.php @@ -1,7 +1,7 @@ <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $isLoggedIn; -if (!$isLoggedIn) header("Location: /login") and die(); +if (!$isLoggedIn) header("Location: /-/login") and die(); global $_PROFILE; header("Content-Type: application/json"); |