login: custom welcome page after login
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 11 Jul 2017 15:04:38 +0000 (17:04 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 12 Jul 2017 02:46:06 +0000 (04:46 +0200)
login.php

index 67812117f72799d5755a285355cc532ca63bce5e..c83534cbd2d6946f1be7cc44c829e840a5f3c5b5 100644 (file)
--- a/login.php
+++ b/login.php
@@ -6,6 +6,12 @@ if (!$editable) {
        exit;
 }
 
-http_response_code(307);
-header('Location: /');
+include 'head.inc.php';
+?>
+
+<h2>Sitebeheer</h2>
+
+<p>
+Welkom, je bent ingelogd als <em><?php echo $User; ?></em>. Onderaan elke pagina staat een link om inhoud aan te passen.
+</p>