fix authenticated
This commit is contained in:
parent
0e99124dd1
commit
2e8a80b2b9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<body>
|
||||
<?php
|
||||
include "../../includes/retrieve_data.php";
|
||||
$data = retrieve_data("../../../sitedata.yml",false);
|
||||
$data = retrieve_data("../../../sitedata.yml",true);
|
||||
include "../../includes/layout.php";
|
||||
?>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue