Cleans up the phpdoc comments
parent
3ce20c2069
commit
c711d6f011
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue