Procedural File: config.inc
Source Location: /lib/config.inc
Classes:
LAMConfig
This class manages .conf files.
LAMCfgMain
This class manages config.cfg.
Page Details:
This file includes functions to manage the configuration files.
Tags:
Includes:
checkChmod [line 66]
true, checkChmod(
$right $right, $target $target, $chmod $chmod)
|
|
Checks whether a specific flag in the rights string is set.
Tags:
Parameters
$right |
$right |
read,write or execute |
$target |
$target |
owner,group or other |
$chmod |
$chmod |
the chmod rights |
getConfigProfiles [line 102]
array getConfigProfiles(
)
|
|
Returns an array of string with all available configuration profiles (without .conf)
Tags:
LAMVersion [line 126]
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 144]
void metaRefresh(
string $page)
|
|
Prints a meta refresh page
Parameters
string |
$page |
the URL of the target page |
setlanguage [line 43]
Sets language settings for automatic translation
|