portal/public/authenticated/index.php

6 lines
150 B
PHP
Raw Normal View History

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:18:27 -05:00
$data = retrieve_data("../../../sitedata.yml",false);
2017-10-30 22:12:20 -05:00
include "../../includes/layout.php";
2017-10-30 22:05:34 -05:00
?>