5 lines
151 B
PHP
5 lines
151 B
PHP
<?php
|
|
include "../../includes/retrieve_data.php";
|
|
$data = retrieve_data("/srv/http/sitedata.yml",false);
|
|
include "../../includes/layout.php";
|
|
?>
|