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';