Add core to project before branching

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@91456 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Luke Hudson 2009-11-12 20:43:41 +00:00 committed by Sam Minnee
parent 8b65a55b55
commit 4093933fb3

View File

@ -23,6 +23,7 @@ if(isset($_SERVER['HTTP_HOST'])) {
$_SERVER['SCRIPT_FILENAME'] = __FILE__;
chdir(dirname($_SERVER['SCRIPT_FILENAME']));
date_default_timezone_set('Pacific/Auckland');
/**
* Process arguments and load them into the $_GET and $_REQUEST arrays
* For example,