feat: Dockerfile und Dashboard-Modul hinzugefügt, .htaccess angepasst und SQL-Initialisierung optimiert
This commit is contained in:
@@ -58,7 +58,7 @@ if (file_exists($modulePath)) {
|
||||
require_once $modulePath;
|
||||
} else {
|
||||
// TODO: Fehlerseite oder 404
|
||||
echo "<p>Die Seite existiert noch nicht.</p>";
|
||||
echo "<p>Die Seite existiert noch nicht.</p>".$modulePath;
|
||||
}
|
||||
|
||||
/* =========================
|
||||
|
||||
Reference in New Issue
Block a user