From 286ea39327381f96fab803fff5150cc0242150ec Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Fri, 22 Nov 2024 10:16:27 +0100 Subject: [PATCH] add adminer --- web/index.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/index.php b/web/index.php index 41cc51f..9e36236 100644 --- a/web/index.php +++ b/web/index.php @@ -22,6 +22,12 @@ $log = new LogParser(__DIR__ . '/../logs/php/error.log'); <span> <a href="#logs">Logs</a> </span> + + <span> + <a href="http://localhost:8044?username=root" target="_blank"> + Adminer + </a> + </span> </nav> <section id="sites"> -- GitLab