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