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 +?>