silverstripe-framework/core/startup
Hamish Friedlander 604d9bf7dc Split Core.php into Constants.php and Core.php and adjust main.php startup
The recent flush filter fix had a problem that you couldnt set a custom
BASE_PATH in _ss_environment because that file didnt get included until
after checking the confirmation token. This patch pulls the part of Core.php
that defines BASE_PATH into a seperate file that can be included earlier
in the startup sequence so that ParameterConfirmationToken can access it.

Core.php includes Constants.php with a require_once call, so for startup
scripts that dont pull in Constants.php themselves (like cli-script.php)
no change is needed.
2013-07-22 13:52:00 +12:00
..
ErrorControlChain.php Split Core.php into Constants.php and Core.php and adjust main.php startup 2013-07-22 13:52:00 +12:00
ParameterConfirmationToken.php Split Core.php into Constants.php and Core.php and adjust main.php startup 2013-07-22 13:52:00 +12:00