silverstripe-installer/mysite/_config.php
sminnee a31f388373 Modified the installer so that default .htaccess and mysite/_config.php files exist out of the box
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.3@65980 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 18:57:15 +13:00

15 lines
275 B
PHP

<?php
global $project;
$project = 'mysite';
global $database;
$database = "";
require_once("conf/ConfigureFromEnv.php");
// This line set's the current theme. More themes can be
// downloaded from http://www.silverstripe.com/themes/
SSViewer::set_theme('blackcandy');
?>