Adds phpdoc comments
parent
06f6a3dfb7
commit
d8dc937e48
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue