Functions

Returns the version number of this LAM installation.

LAMVersion() : string

Format: ..
Major/minor version are always numbers, patch level may contain letters for inofficial releases only (e.g. 0.5.alpha1).

Returns

stringversion number

Checks whether a specific flag in the rights string is set.

checkChmod(\$right $right, \$target $target, \$chmod $chmod) : \true,

Parameters

$right

\$right

read,write or execute

$target

\$target

owner,group or other

$chmod

\$chmod

the chmod rights

Returns

\true,if the chmod $right for $target were set

Checks user input and saves the entered settings.

checkInput() : array

Returns

arraylist of errors

Checks user input and saves the entered settings.

checkInput() : array

Returns

arraylist of errors

Checks user input and saves the entered settings.

checkInput() : array

Returns

arraylist of errors

Checks user input and saves the entered settings.

checkInput() : array

Returns

arraylist of errors

Displays the module selection boxes and checks if dependencies are fulfilled.

config_showAccountModules(string $scope, string $title, \htmlTable $container) 

Parameters

$scope

string

account type

$title

string

title for module selection (e.g. "User modules")

$container

\htmlTable

meta HTML container

Returns an array of string with all available configuration profiles (without .conf)

getConfigProfiles() : array

Returns

arrayprofile names

Prints a meta refresh page

metaRefresh(string $page) 

Parameters

$page

string

the URL of the target page

Sets language settings for automatic translation

setlanguage() 

Classes and interfaces

LAMCfgMain

This class manages config.cfg.

« More »

LAMConfig

This class manages .conf files.

« More »