fix rebase issues with reverse proxy

This commit is contained in:
0x5f3
2022-08-05 12:37:08 +00:00
parent 8650c68801
commit 23970fa2cd
8 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
session_start();
if ($_SESSION["login"] != 1)
{
header('Location: /index.php');
header('Location: index.php');
exit;
}
@@ -226,7 +226,7 @@
</h4>
<div>
This network device (node) doesn't have any assigned devices (leaf nodes).
Go to <a href='./devices.php'><b>".$pia_lang['Device_Title']."</b></a>, select a device you want to attach to this node and assign it in the <b>Details</b> tab by selecting it in the <b>".$pia_lang['DevDetail_MainInfo_Network'] ."</b> dropdown.
Go to <a href='devices.php'><b>".$pia_lang['Device_Title']."</b></a>, select a device you want to attach to this node and assign it in the <b>Details</b> tab by selecting it in the <b>".$pia_lang['DevDetail_MainInfo_Network'] ."</b> dropdown.
</div>
</div>";
$str_table_close = "";