login: replace page editability var by admin status
[minimedit.git] / logout.php
1 <?php
2 header('WWW-Authenticate: Basic realm=""');
3 http_response_code(401);
4
5 // fallback page shown on authentication failure
6 include 'head.inc.php';
7 ?>
8 <h2>Niet ingelogd</h2>
9 <p>Voor sitebeheer moet worden ingelogd met een gerechtigde gebruiker.</p>
10