feat: Dockerfile und Dashboard-Modul hinzugefügt, .htaccess angepasst und SQL-Initialisierung optimiert

This commit is contained in:
Troy Grunt
2026-02-07 16:28:05 +01:00
parent aae7237420
commit 4f32bf68ca
9 changed files with 154 additions and 13 deletions

View File

@@ -120,3 +120,6 @@ function ajaxPost(url, data, callback) {
}
// TODO: weitere Utility-Funktionen (DOM-Helper, SVG-Helper, etc.)
// Dashboard initialisieren
if (window.Dashboard) window.Dashboard.init();