portal/public/unauthenticated/index.html

6 lines
143 B
HTML
Raw Normal View History

2017-10-30 22:05:34 -05:00
<?php
include "../includes/retrieve_data.php";
$data = retrieve_data("/srv/http/sitedata.yml",true);
include "../includes/layout.php"
?>