Go to the source code of this file.
◆ $CONFIG
Configuration values.
The $CONFIG global contains configuration values required for running Elgg as defined in the settings.php file.
Plugin authors are encouraged to use elgg_get_config() instead of accessing the global directly.
- See also
- elgg_get_config()
-
engine/settings.php @global stdClass $CONFIG
Definition at line 40 of file start.php.
◆ $engine_dir
$engine_dir = dirname(__FILE__) |
◆ $lib_dir
$lib_dir = "$engine_dir/lib" |
◆ $lib_files
◆ $START_MICROTIME
$START_MICROTIME = microtime(true) |
The time with microseconds when the Elgg engine was started.
@global float
Definition at line 24 of file start.php.
◆ $viewtype
◆ boot_complete
$CONFIG boot_complete = false |
◆ if
if |
( |
! |
is_readable"$engine_dir/settings.php" | ) |
= elgg_authenticate($username, $password) |