WebbServerProg/www/public/Moment-3/pages/kontakt.php

10 lines
171 B
PHP
Raw Permalink Normal View History

2024-09-16 08:26:33 +00:00
<?php
if (!(isset($_SESSION['inloggad']))) {
echo 'Du är inte inloggad';
} else {
echo '<p>TelefonNummber: 112</p>
<p>Get help today call your mother</p>
';
}
?>