BMLT Basic Standalone Satellite
Variables
/home/runner/work/bmlt-basic/bmlt-basic/config-bmlt-basic.inc.php File Reference

This file contains the basic configuration directives for the standalone client.*. More...

Go to the source code of this file.

Variables

global $bmlt_basic_configuration = array()
 These are used by the bmlt_basic class. Don't mess with them. More...
 
global $bmlt_basic_configuration_index = 0
 
global $bmlt_localization = 'en'
 Use this to control the localization. More...
 
 $bmlt_basic_configuration [$bmlt_basic_configuration_index]
 

Detailed Description

This file contains the basic configuration directives for the standalone client.*.

This file comes with the sample set for the Greater New York Region BMLT Server, which * is run by the same people that designed the BMLT, so it can be considered "Home Field." *

Definition in file config-bmlt-basic.inc.php.

Variable Documentation

◆ $bmlt_basic_configuration

$bmlt_basic_configuration = array()

These are used by the bmlt_basic class. Don't mess with them.

The configuration will be held in an array of associative arrays.

Definition at line 37 of file config-bmlt-basic.inc.php.

Referenced by bmlt_basic\cms_get_option(), and bmlt_basic\geDefaultBMLTOptions().

◆ $bmlt_localization

$bmlt_localization = 'en'

Use this to control the localization.

This is the native language of the client. It needs to be one of the supported languages. You can change it.

Definition at line 43 of file config-bmlt-basic.inc.php.