mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Add closing tag to config file.
patch by Debayan Banerjee
This commit is contained in:
parent
93bc69011b
commit
9cd4c99918
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ class OC_CONFIG{
|
|||
$configContent .= "\n\$CONFIG_$key = $value;"; // e.g. $CONFIG_PI = 3.14;
|
||||
}
|
||||
}
|
||||
$configContent .= "\n?>";
|
||||
$filename = "$SERVERROOT/config/config.php";
|
||||
file_put_contents($filename, $configContent);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue