SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class BootstrapConfig

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

Functions

NameVisibilityDescription
originCleanuppublic (static)Specify what the protocol and/or hostname which should be for requests

public originCleanup

array BootstrapConfig::originCleanup ( string $proto , string $hostname );

Specify what the protocol and/or hostname which should be for requests
If this doesn't match the current values, then a 301 redirect will occur

Default version of this method does nothing, but commented-out examples
for common adjustments are included