From 68bef9ae5afa46ea33d9519430cfc2d59eba96f7 Mon Sep 17 00:00:00 2001 From: Eduard Wisch Date: Sun, 24 May 2026 07:52:25 +0200 Subject: [PATCH] =?UTF-8?q?modNetDiag:=20Top-Men=C3=BC-Eintrag=20im=20Head?= =?UTF-8?q?er=20deaktiviert=20[deploy]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Zugriff auf NetDiag erfolgt ausschließlich über die Tabs an Kunde/Auftrag. Co-Authored-By: Claude Opus 4.7 (1M context) --- core/modules/modNetDiag.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/modNetDiag.class.php b/core/modules/modNetDiag.class.php index 88f3c9f..b5e0648 100644 --- a/core/modules/modNetDiag.class.php +++ b/core/modules/modNetDiag.class.php @@ -178,7 +178,7 @@ class modNetDiag extends DolibarrModules 'url' => '/custom/netdiag/netdiagindex.php', 'langs' => 'netdiag@netdiag', 'position' => 1000 + $r, - 'enabled' => 'isModEnabled("netdiag")', + 'enabled' => '0', // Top-Menü deaktiviert — Zugriff nur über Tab an Kunde/Auftrag 'perms' => '$user->hasRight("netdiag", "protocol", "read")', 'target' => '', 'user' => 2,