summaryrefslogtreecommitdiffstats
path: root/lib/config.php
diff options
context:
space:
mode:
authorBrice Maron <brice@bmaron.net>2012-06-22 21:01:12 +0000
committerBrice Maron <brice@bmaron.net>2012-06-22 21:01:12 +0000
commit33165e3915dc5d8f09583d70fca0441e17db905f (patch)
treedd324236e154d698782c7474e7ba7153a6cf409e /lib/config.php
parentb5e3e150eb9737022d0c9080e84bac4d290c96a7 (diff)
downloadnextcloud-server-33165e3915dc5d8f09583d70fca0441e17db905f.tar.gz
nextcloud-server-33165e3915dc5d8f09583d70fca0441e17db905f.zip
Do not close php tag on config file
Diffstat (limited to 'lib/config.php')
-rw-r--r--lib/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.php b/lib/config.php
index 65f9fdc06ba..266d559126c 100644
--- a/lib/config.php
+++ b/lib/config.php
@@ -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