MINOR: Reverted r77810

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@78550 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sminnee 2009-06-07 23:41:28 +00:00
parent ad5e9cfb6e
commit 64bc774dda
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ global $project;
$project = 'mysite';
global $database;
$database = "SS_mysite";
$database = "";
require_once("conf/ConfigureFromEnv.php");