summaryrefslogtreecommitdiff
path: root/api/pleasure.php
diff options
context:
space:
mode:
Diffstat (limited to 'api/pleasure.php')
-rw-r--r--api/pleasure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/pleasure.php b/api/pleasure.php
index 702fe2f..5b72405 100644
--- a/api/pleasure.php
+++ b/api/pleasure.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;
if ($_PROFILE['login'] === "raindrops") $pony = "Cloudy"; else $pony = "Lavender";