Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@dev.(none)>2010-03-24 10:31:30 +0300
committerFrank Karlitschek <frank@dev.(none)>2010-03-24 10:31:30 +0300
commitcc98dea4e4d1cda051c05a5d5838d9ca16d51822 (patch)
tree322f60eb8e18d3479675d4aaea617b1404a6192d /inc/lib_config.php
parentd5d84ebf53d896c78ad8425b4ddafd7731c71cca (diff)
removed extra space. Thank you to for Cosmin for the patch
Diffstat (limited to 'inc/lib_config.php')
-rw-r--r--inc/lib_config.php4
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
+?>