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 b188d509..c89d61b7 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 6a41678b..1b419fb5 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; }