mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
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:
parent
3c6213cf49
commit
41b9d06bf5
@ -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";
|
Loading…
x
Reference in New Issue
Block a user