- brand
This commit is contained in:
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
require __DIR__ . '/../app/bootstrap.php';
|
||||
$pdo = app_db();
|
||||
|
||||
$pageTitle = 'Medicine Catalog | Neon Medical Tracker';
|
||||
$pageTitle = 'Medicine Catalog | Medical Tracker';
|
||||
$activePage = 'medicines';
|
||||
$searchQuery = trim((string) ($_GET['q'] ?? ''));
|
||||
$library = library_search_payload(['q' => $searchQuery, 'limit' => 500]);
|
||||
|
||||
Reference in New Issue
Block a user