portal/public/authenticated/index.php
2017-10-30 22:06:35 -05:00

5 lines
144 B
PHP

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