portal/public/authenticated/index.html
2017-10-30 22:05:34 -05:00

5 lines
144 B
HTML

<?php
include "../includes/retrieve_data.php";
$data = retrieve_data("/srv/http/sitedata.yml",false);
include "../includes/layout.php"
?>