mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Do not close php tag on config file
This commit is contained in:
parent
b5e3e150eb
commit
33165e3915
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ class OC_Config{
|
|||
// Create a php file ...
|
||||
$content = "<?php\n\$CONFIG = ";
|
||||
$content .= var_export(self::$cache, true);
|
||||
$content .= ";\n?>\n";
|
||||
$content .= ";\n";
|
||||
|
||||
$filename = OC::$SERVERROOT."/config/config.php";
|
||||
// Write the file
|
||||
|
|
|
|||
Loading…
Reference in a new issue