summaryrefslogtreecommitdiff
path: root/app/planner
diff options
context:
space:
mode:
Diffstat (limited to 'app/planner')
-rw-r--r--app/planner/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/planner/index.php b/app/planner/index.php
index 30f09dd..b2070da 100644
--- a/app/planner/index.php
+++ b/app/planner/index.php
@@ -1,4 +1,4 @@
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $isLoggedIn; if (!$isLoggedIn) header("Location: /login") and die(); ?>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $isLoggedIn; if (!$isLoggedIn) header("Location: /-/login") and die(); ?>
<!DOCTYPE html>
<html lang="en">