login: replace http authentication by cookie system
[minimedit.git] / logout.php
diff --git a/logout.php b/logout.php
deleted file mode 100644 (file)
index 112bb9b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-header('WWW-Authenticate: Basic realm=""');
-http_response_code(401);
-
-// fallback page shown on authentication failure
-include 'head.inc.php';
-$Admin = $User = FALSE; // ignore old user headers
-?>
-<h2>Niet ingelogd</h2>
-<p>Voor sitebeheer moet worden ingelogd met een gerechtigde gebruiker.</p>
-