From b5f589c323f415bb42ea7069cb4d1a8a2233dd69 Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 31 Aug 2022 22:03:07 +0200 Subject: Update I guess - Stuffie --- api/cloudburst-banners.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/cloudburst-banners.php') diff --git a/api/cloudburst-banners.php b/api/cloudburst-banners.php index 5cf06f8..32b47fa 100644 --- a/api/cloudburst-banners.php +++ b/api/cloudburst-banners.php @@ -3,7 +3,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $isLoggedIn; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/bitset.php"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/banner.php"; -if (!$isLoggedIn) header("Location: /login") and die(); +if (!$isLoggedIn) header("Location: /-/login") and die(); $data = []; -- cgit