removed extra space. Thank you to for Cosmin for the patch

This commit is contained in:
Frank Karlitschek 2010-03-24 08:31:30 +01:00
parent d5d84ebf53
commit cc98dea4e4
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ class OC_CONFIG{
$config.='$CONFIG_DBNAME=\''.$_POST['dbname']."';\n";
$config.='$CONFIG_DBUSER=\''.$_POST['dbuser']."';\n";
$config.='$CONFIG_DBPASSWORD=\''.$_POST['dbpassword']."';\n";
$config.='?> ';
$config.='?>';
$filename=$DOCUMENTROOT.'/config/config.php';
file_put_contents($filename,$config);
@ -173,4 +173,4 @@ CREATE TABLE IF NOT EXISTS `properties` (
OC_DB::multiquery($query);
}
}
?>
?>