Cleans up the phpdoc comments

main
Yasen Pramatarov 2024-11-29 18:08:56 +02:00
parent 3ce20c2069
commit c711d6f011
3 changed files with 3 additions and 10 deletions

View File

@ -1,18 +1,11 @@
<?php <?php
/** /**
* User Login * User login
* *
* This page ("login") handles user login, session management, cookie handling, and error logging. * This page ("login") handles user login, session management, cookie handling, and error logging.
* Supports "remember me" functionality to extend session duration. * Supports "remember me" functionality to extend session duration.
* *
* Global Variables Used:
* - `$userObject`: Instance of the user management class.
* - `$logObject`: Instance of the logging class.
* - `$config`: Configuration array containing settings for cookies, domain, and folder.
* - `$app_root`: Base URL of the application.
* - `$user_IP`: Captured IP address of the user.
*
* Actions Performed: * Actions Performed:
* - Validates login credentials. * - Validates login credentials.
* - Manages session and cookies based on "remember me" option. * - Manages session and cookies based on "remember me" option.

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Logs Listings * Logs listings
* *
* This page ("logs") retrieves and displays logs for a specified user within a time range. * This page ("logs") retrieves and displays logs for a specified user within a time range.
* It supports pagination and filtering, and generates a widget to display the logs. * It supports pagination and filtering, and generates a widget to display the logs.

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Jilo Components Status Checks * Jilo components status checks
* *
* This page ("status") checks the status of various Jilo platform components * This page ("status") checks the status of various Jilo platform components
* by fetching data from agents and determining their availability. * by fetching data from agents and determining their availability.