diff options
Diffstat (limited to 'pages/together.php')
-rw-r--r-- | pages/together.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/together.php b/pages/together.php index 644a6c0..4e39736 100644 --- a/pages/together.php +++ b/pages/together.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(); $title = "Watch Together"; require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'; |