Hamish Friedlander 122a9f898e 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 14:02:37 +12:00
2011-08-22 18:33:25 +10:00
2011-02-02 14:19:15 +13:00
2011-08-22 18:33:25 +10:00
2009-03-22 22:59:14 +00:00
2013-05-17 00:35:28 +02:00

SilverStripe Framework (a.k.a "sapphire")

Build Status

Description
No description provided
Readme 162 MiB
Languages
PHP 99.4%
Scheme 0.5%