Do not close php tag on config file

This commit is contained in:
Brice Maron 2012-06-22 21:01:12 +00:00
parent b5e3e150eb
commit 33165e3915
1 changed files with 1 additions and 1 deletions

View File

@ -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