portal/public/authenticated/index.php
2017-10-30 22:26:11 -05:00

12 lines
265 B
PHP

<html>
<head>
<title>Actcur Available Sites</title>
</head>
<body>
<?php
include "../../includes/retrieve_data.php";
$data = retrieve_data("../../../sitedata.yml",false);
include "../../includes/layout.php";
?>
</body>
</html>