portal/public/authenticated/index.php

13 lines
265 B
PHP
Raw Normal View History

2017-10-30 22:23:08 -05:00
<html>
<head>
2017-10-30 22:26:11 -05:00
<title>Actcur Available Sites</title>
2017-10-30 22:23:08 -05:00
</head>
<body>
<?php
include "../../includes/retrieve_data.php";
$data = retrieve_data("../../../sitedata.yml",false);
include "../../includes/layout.php";
?>
</body>
</html>