From 7d21406be4ba5a5e66a611f26d2fa58078e14d99 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Wed, 4 Dec 2024 12:04:36 +0200 Subject: [PATCH] Fixes comments --- app/pages/components.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/pages/components.php b/app/pages/components.php index 4ae79e1..32a3cbd 100644 --- a/app/pages/components.php +++ b/app/pages/components.php @@ -3,7 +3,9 @@ /** * Components information * - * This page ("components") connects to the database and displays filtered Jitsi component events. + * This page ("components") retrieves and displays information about Jitsi components events. + * Allows filtering by component ID, name, or event name, and listing within a specified time range. + * Supports pagination. */ require '../app/classes/component.php';