portal/public/unauthenticated/index.php

14 lines
423 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",true);
include "../../includes/layout.php";
2017-10-30 22:35:02 -05:00
echo "<br /><br /> <br /><div class='login'><a class='login_link' href='https://authelia?redirect=https%3A%2F%2Fportal.actcur.com%2F'>Log In</a></div>";
2017-10-30 22:23:08 -05:00
?>
</body>
</html>