Package DE_EPAGES::WebInterface::API::Config
This module contains all functions needed to perform the communication with the web interface.
@EXPORT_OK |
Functions
GetAllowedCookies
Read the WebInterface.conf and find COOKIES at GLOBAL section.
Syntax |
@CookieNames = GetAllowedCookies(); |
Return |
|
GetRequestRouterMonitors
Read the WebInterface.conf and find all RequestRouter IP addresses and monitor ports.
Syntax |
$aMonitors = GetRequestRouterMonitors(); |
Return |
|
IsCookieAllowed
Read the WebInterface.conf and find COOKIES at GLOBAL section, look if cookie name exists in comma separated list.
Syntax |
$IsAllowed = IsCookieAllowed($CookieName); $IsAllowed = IsCookieAllowed('SessionID'); |
Input |
|
Return |
|
WebInterfaceConfig
get ini object of the WebInterface.conf
Syntax |
$IniConfig = WebInterfaceConfig(); |
Return |
|