Element index for package Configuration
Package indexes
[ b ]
[ c ]
[ d ]
[ k ]
[ l ]
[ m ]
[ p ]
[ r ]
[ t ]
[ w ]
[ _ ]
b
- $BASE_DIR
- in file config-template.php, variable Config::$BASE_DIR
Installation path of CAT on the system
c
- Config
- in file config-template.php, class Config
This classes' members hold the configuration for CAT
- config-template.php
- procedural page config-template.php
- common.inc
- procedural page common.inc
d
- $DEBUG_FILE
- in file config-template.php, variable Config::$DEBUG_FILE
Destination for debug logs
- $DEBUG_LEVEL
- in file config-template.php, variable Config::$DEBUG_LEVEL
Verbosity of some of the core code. The following debug levels are supported:
- $DEFAULT_LOCALE
- in file config-template.php, variable Config::$DEFAULT_LOCALE
Sets the default locale.
k
- $KB_DB
- in file config-template.php, variable Config::$KB_DB
Database name on the server
- $KB_HOST
- in file config-template.php, variable Config::$KB_HOST
Database server that contains all the user data
- $KB_PASS
- in file config-template.php, variable Config::$KB_PASS
Password to access the database
- $KB_USER
- in file config-template.php, variable Config::$KB_USER
Username to access the database
m
- $MAPS_API_KEY
- in file config-template.php, variable Config::$MAPS_API_KEY
Your API key for Google Maps. If this config variable is invalid, all the map parts won't work.
- $MAX_UPLOAD_SIZE
- in file config-template.php, variable Config::$MAX_UPLOAD_SIZE
Maximum size of files to be uploaded. Clever people can circumvent this; in the end, the hard limit is configured in php.ini
p
- $PLACES_API_KEY
- in file config-template.php, variable Config::$PLACES_API_KEY
The CAT uses Google places to guess a location based on the country and name. You need to have a valid Google Places API key for that. Note that this is different from the Google Maps API key, below.
- peap_tls.inc
- procedural page peap_tls.inc
r
- $RADIUS_HOSTS
- in file config-template.php, variable Config::$RADIUS_HOSTS
The RADIUS proxies to contact for static realm reachability checks
t
- $TMP_BASE_PATH
- in file config-template.php, variable Config::$TMP_BASE_PATH
Base path for temporary files (these will hold site installer data)
- ttls.inc
- procedural page ttls.inc
w
- $WEB_DIR
- in file config-template.php, variable Config::$WEB_DIR
Path to the web subdir of CAT on the system
|
|