Fixes dashboard page db connection

main
Yasen Pramatarov 2024-11-30 10:56:22 +02:00
parent eb998a555b
commit 0808f573fc
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,6 @@ if ($response['db'] === null) {
include '../app/templates/block-message.php'; include '../app/templates/block-message.php';
} else { } else {
$db = $response['db']; $db = $response['db'];
}
// //
// dashboard widget listings // dashboard widget listings
@ -206,4 +205,6 @@ if (!empty($conferences['records'])) {
// display the widget // display the widget
include '../app/templates/widget.php'; include '../app/templates/widget.php';
}
?> ?>