Files
2024-11-02 18:32:23 +01:00

8 lines
162 B
PHP

<?php
if (isset($_SESSION['authentification']) )
{
echo'https://github.com/Nino85Whitman/OSMW-OpenSim-Manager-Web';
}
else {header('Location: index.php');}
?>