MINOR: Added initial docs

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@107104 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
mstephens 2010-06-26 09:56:43 +00:00 committed by Sam Minnee
parent 3c6213cf49
commit 41b9d06bf5

View File

@ -4,7 +4,7 @@ global $project;
$project = 'mysite';
global $database;
$database = '';
$database = 'SS_dynamictemplate_dev';
require_once('conf/ConfigureFromEnv.php');
@ -16,3 +16,6 @@ SSViewer::set_theme('blackcandy');
// enable nested URLs for this site (e.g. page/sub-page/)
SiteTree::enable_nested_urls();
Security::setDefaultAdmin('admin','password');
File::$allowed_extensions[] = "ss";