fix: resolve 500 error caused by extra brace in index.php and missing Db::connect method

This commit is contained in:
Deploymentcenter Bot
2026-08-06 12:48:09 +02:00
parent d71f90cdfc
commit 563046be07
2 changed files with 7 additions and 3 deletions
-1
View File
@@ -509,7 +509,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
}
}
}
}
// Fetch All Data
$projects = $pdo->query('SELECT * FROM dc_projects ORDER BY name ASC')->fetchAll();