mirror of
https://github.com/Nino85Whitman/OSMW-OpenSim-Manager-Web.git
synced 2026-08-14 00:57:48 +00:00
8 lines
162 B
PHP
8 lines
162 B
PHP
<?php
|
|
if (isset($_SESSION['authentification']) )
|
|
{
|
|
echo'https://github.com/Nino85Whitman/OSMW-OpenSim-Manager-Web';
|
|
|
|
}
|
|
else {header('Location: index.php');}
|
|
?>
|