removed extra space. Thank you to for Cosmin for the patch
This commit is contained in:
parent
d5d84ebf53
commit
cc98dea4e4
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ class OC_CONFIG{
|
||||||
$config.='$CONFIG_DBNAME=\''.$_POST['dbname']."';\n";
|
$config.='$CONFIG_DBNAME=\''.$_POST['dbname']."';\n";
|
||||||
$config.='$CONFIG_DBUSER=\''.$_POST['dbuser']."';\n";
|
$config.='$CONFIG_DBUSER=\''.$_POST['dbuser']."';\n";
|
||||||
$config.='$CONFIG_DBPASSWORD=\''.$_POST['dbpassword']."';\n";
|
$config.='$CONFIG_DBPASSWORD=\''.$_POST['dbpassword']."';\n";
|
||||||
$config.='?> ';
|
$config.='?>';
|
||||||
|
|
||||||
$filename=$DOCUMENTROOT.'/config/config.php';
|
$filename=$DOCUMENTROOT.'/config/config.php';
|
||||||
file_put_contents($filename,$config);
|
file_put_contents($filename,$config);
|
||||||
|
@ -173,4 +173,4 @@ CREATE TABLE IF NOT EXISTS `properties` (
|
||||||
OC_DB::multiquery($query);
|
OC_DB::multiquery($query);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue