Skip to content
Snippets Groups Projects
Commit 9cd4c999 authored by Robin Appelman's avatar Robin Appelman
Browse files

Add closing tag to config file.

patch by Debayan Banerjee
parent 93bc6901
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment