pub / rememori

Simple file-based bookmarking and notes application
git clone https://src.jayvii.de/pub/rememori.git
Home | Log | Files | Exports | Refs | README | RSS

commit 2b22a25ec5ccdfddede69d130a680ea1c3dd7171
parent 085cca718776bc3a74e159cbebc6b9cde8879b8c
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 27 Oct 2024 15:18:31 +0100

fix: show "categories" view after login

Diffstat:
Mindex.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php @@ -169,7 +169,7 @@ /* Login action */ if ($action == "login") { - show_login_form("list"); + show_login_form("categories"); die(); // ensure the process stops after this }