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
/**
* User Login
* User login
*
* This page ("login") handles user login, session management, cookie handling, and error logging.
* 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:
* - Validates login credentials.
* - Manages session and cookies based on "remember me" option.

View File

@ -1,7 +1,7 @@
<?php
/**
* Logs Listings
* Logs listings
*
* 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.

View File

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