Fixed authenticated not showing private sites
This commit is contained in:
parent
64309dfa91
commit
12b3fc7e68
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<body>
|
||||
<?php
|
||||
include "../includes/retrieve_data.php";
|
||||
$data = retrieve_data("../../sitedata.yml",true);
|
||||
$data = retrieve_data("../../sitedata.yml",false);
|
||||
include "../includes/layout.php";
|
||||
echo "<br /><br /> <br /><div class='login'><a class='login_link' href='https://authelia.actcur.com/logout?redirect=https%3A%2F%2Fportal.actcur.com%2F'>Log Out</a></div>";
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue