From 40f964287c3c2b928a5ea3d3a3da8b94dcef3f94 Mon Sep 17 00:00:00 2001 From: SCHAUAUS GmbH Date: Sat, 4 Apr 2026 17:07:51 +0000 Subject: [PATCH] public/index.php aktualisiert --- public/index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/index.php b/public/index.php index b0fbaca..c43d927 100644 --- a/public/index.php +++ b/public/index.php @@ -14,9 +14,6 @@ switch ($path) { case '/request': // request access to another user's emergency / legacy key file request_access(); break; - case 'grant': // allow immediate access - grant_access(); - break; case 'deny': //deny access deny_access(); break;