diff options
author | Frank Karlitschek <frank@dev.(none)> | 2010-03-24 08:31:30 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@dev.(none)> | 2010-03-24 08:31:30 +0100 |
commit | cc98dea4e4d1cda051c05a5d5838d9ca16d51822 (patch) | |
tree | 322f60eb8e18d3479675d4aaea617b1404a6192d /inc | |
parent | d5d84ebf53d896c78ad8425b4ddafd7731c71cca (diff) | |
download | nextcloud-server-cc98dea4e4d1cda051c05a5d5838d9ca16d51822.tar.gz nextcloud-server-cc98dea4e4d1cda051c05a5d5838d9ca16d51822.zip |
removed extra space. Thank you to for Cosmin for the patch
Diffstat (limited to 'inc')
-rw-r--r-- | inc/lib_config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lib_config.php b/inc/lib_config.php index e31dcea7f83..ff0c38f1705 100644 --- a/inc/lib_config.php +++ b/inc/lib_config.php @@ -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); } } -?>
\ No newline at end of file +?> |