- brand
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
require __DIR__ . '/../app/bootstrap.php';
|
||||
$pdo = app_db();
|
||||
|
||||
$pageTitle = 'Medical Reference Library | Neon Medical Tracker';
|
||||
$pageTitle = 'Medical Reference Library | Medical Tracker';
|
||||
$activePage = 'home';
|
||||
$totalMedicines = (int) db_value($pdo, 'SELECT COUNT(*) FROM medication_catalog');
|
||||
$totalTerms = (int) db_value($pdo, 'SELECT COUNT(*) FROM medical_terms');
|
||||
|
||||
Reference in New Issue
Block a user