portal/public/unauthenticated.php

15 lines
493 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:49:25 -05:00
<link rel="stylesheet" type="text/css" href="css/layout.css" />
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:32 -05:00
echo "<br /><br /> <br /><div class='login'><a class='login_link' href='https://authelia.actcur.com?redirect=https%3A%2F%2Fportal.actcur.com%2F'>Log In</a></div>";
2017-10-30 22:23:08 -05:00
?>
</body>
</html>