From c9ab2ca98b005a727fe4f4e3d08a6884505a62d4 Mon Sep 17 00:00:00 2001 From: Agent Date: Sun, 14 Jun 2026 08:09:06 -0400 Subject: [PATCH] fix: correct asset paths in layout - app.css->style.css, favicon.svg->server.svg --- views/layouts/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/layouts/main.php b/views/layouts/main.php index 4345d52..1629a42 100755 --- a/views/layouts/main.php +++ b/views/layouts/main.php @@ -16,8 +16,8 @@ $currentRoute = $_SERVER['REQUEST_URI'] ?? '/'; <?= htmlspecialchars($title) ?> — ServerManager - - + + -- 2.43.0