System:Bootstrap:checkUserConfigExists

From Aspen Documentation

Verifies whether or not the user config (config.php) file exists.

Since 1.0

Arguments

static boolean checkUserConfigExists ([string $config_path = false])

config_path
File system path to user configuration file. If false, Aspen assumes it's the root install directory.

Returns

Returns boolean.

Examples

Example:

Bootstrap::checkUserConfigExists();