Procedural File: config.inc
Source Location: /lib/config.inc
Classes:
Config
This class manages .conf files.
CfgMain
This class manages config.cfg.
Page Details:
This file includes functions to manage the configuration files.
Tags:
Includes:
getConfigProfiles [line 61]
array getConfigProfiles(
)
|
|
Returns an array of string with all available configuration profiles (without .conf)
Tags:
LAMVersion [line 85]
Returns the version number of this LAM installation. Format: <major version>.<minor version>.<patch level> Major/minor version are always numbers, patch level may contain letters for inofficial releases only (e.g. 0.5.alpha1).
Tags:
metaRefresh [line 103]
void metaRefresh(
string $page)
|
|
Prints a meta refresh page
Parameters
string |
$page |
the URL of the target page |
setlanguage [line 42]
Sets language settings for automatic translation
|