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