summaryrefslogtreecommitdiff
path: root/pages/together.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/together.php')
-rw-r--r--pages/together.php2
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';