Adds phpdoc comments

main
Yasen Pramatarov 2024-12-04 12:02:06 +02:00
parent 06f6a3dfb7
commit d8dc937e48
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
<?php
/**
* Components information
*
* This page ("components") connects to the database and displays filtered Jitsi component events.
*/
require '../app/classes/component.php';
// connect to database

View File

@ -3,7 +3,7 @@
/**
* Main dashboard file for displaying conference statistics.
*
* This file connects to the database and displays various widgets:
* This page ("dashboard") connects to the database and displays various widgets:
* 1. Monthly statistics for the past year.
* 2. Conferences from the last 2 days.
* 3. The most recent 10 conferences.