From 23970fa2cd83b4514c9d844e57637742f7ca6a2c Mon Sep 17 00:00:00 2001 From: 0x5f3 <104367919+0x5f3@users.noreply.github.com> Date: Fri, 5 Aug 2022 12:37:08 +0000 Subject: [PATCH] fix rebase issues with reverse proxy --- front/deviceDetails.php | 2 +- front/devices.php | 2 +- front/events.php | 4 ++-- front/index.php | 10 +++++----- front/maintenance.php | 2 +- front/network.php | 4 ++-- front/php/templates/header.php | 4 ++-- front/presence.php | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/front/deviceDetails.php b/front/deviceDetails.php index aec5aa3c..ff96dcf6 100644 --- a/front/deviceDetails.php +++ b/front/deviceDetails.php @@ -12,7 +12,7 @@ session_start(); if ($_SESSION["login"] != 1) { - header('Location: /index.php'); + header('Location: index.php'); exit; } diff --git a/front/devices.php b/front/devices.php index 79d5effe..1e8a5682 100644 --- a/front/devices.php +++ b/front/devices.php @@ -12,7 +12,7 @@ session_start(); if ($_SESSION["login"] != 1) { - header('Location: /index.php'); + header('Location: index.php'); exit; } diff --git a/front/events.php b/front/events.php index e7acb376..677b9f0a 100644 --- a/front/events.php +++ b/front/events.php @@ -1,6 +1,6 @@

-
+
diff --git a/front/maintenance.php b/front/maintenance.php index 33199909..f4694612 100644 --- a/front/maintenance.php +++ b/front/maintenance.php @@ -3,7 +3,7 @@ session_start(); if ($_SESSION["login"] != 1) { - header('Location: /index.php'); + header('Location: index.php'); exit; } diff --git a/front/network.php b/front/network.php index ba33684d..9f5a5e16 100644 --- a/front/network.php +++ b/front/network.php @@ -2,7 +2,7 @@ session_start(); if ($_SESSION["login"] != 1) { - header('Location: /index.php'); + header('Location: index.php'); exit; } @@ -226,7 +226,7 @@
This network device (node) doesn't have any assigned devices (leaf nodes). - Go to ".$pia_lang['Device_Title'].", select a device you want to attach to this node and assign it in the Details tab by selecting it in the ".$pia_lang['DevDetail_MainInfo_Network'] ." dropdown. + Go to ".$pia_lang['Device_Title'].", select a device you want to attach to this node and assign it in the Details tab by selecting it in the ".$pia_lang['DevDetail_MainInfo_Network'] ." dropdown.
"; $str_table_close = ""; diff --git a/front/php/templates/header.php b/front/php/templates/header.php index 2a339335..d224aff5 100644 --- a/front/php/templates/header.php +++ b/front/php/templates/header.php @@ -133,7 +133,7 @@ function show_pia_servertime() { - diff --git a/front/presence.php b/front/presence.php index 94a9d728..3aac15a4 100644 --- a/front/presence.php +++ b/front/presence.php @@ -12,7 +12,7 @@ session_start(); if ($_SESSION["login"] != 1) { - header('Location: /index.php'); + header('Location: index.php'); exit; }