Description
This function generates a link to Logaholic.This link uses the cPanel account's locale setting.
Important:
As of cPanel & WHM version 11.48, the integrated Logaholic application is no longer available. We removed Logaholic's API functions, and they will not produce any results.
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
This function does not accept parameters.
Returns
Return |
Type |
Description |
Possible values |
Example |
link |
string |
A link to the Logaholic site. |
A valid URL path, relative to the cPanel account's home page. |
/cpsess1658535621/3rdparty/Logaholic/index.php |
locale_name |
string |
The cPanel account's locale setting. |
A valid locale name. |
english |
engine_disabled |
Boolean |
Whether Logaholic is enabled. |
|
0 |
reason |
string |
A reason for failure. Note: This function only returns areasonvalue if it failed. |
A string that describes the error. |
This is an error message. |
result |
Boolean |
Whether the function succeeded. |
|
1 |