Fixes comments

main
Yasen Pramatarov 2024-12-04 12:04:36 +02:00
parent d8dc937e48
commit 7d21406be4
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@
/** /**
* Components information * 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'; require '../app/classes/component.php';