SproutCMS

This is the code documentation for the SproutCMS project

class BootstrapConfig

Methods for determining the details of the very initial environment,
prior to the rest of the system coming up

Source code (3 results)

/index.php   Highlighted file source

Line 47: if (!empty(BootstrapConfig::TIMEZONE)) {
Line 48: date_default_timezone_set(BootstrapConfig::TIMEZONE);

/sprout/Helpers/Router.php   Highlighted file source

Line 18: use BootstrapConfig;
Line 230: * the {@see BootstrapConfig} class which is located at config/_bootstrap_config.php
Line 241: list($new_proto, $new_hostname) = BootstrapConfig::originCleanup($old_proto, $old_hostname);
Line 243: if (BootstrapConfig::ORIGIN_CLEANUP_DEBUG) {
Line 255: * This is turned on by the BootstrapConfig::ORIGIN_CLEANUP_DEBUG constant

A total of 8 lines in 3 files were found