Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarulia <takuja@gmx.de>2015-09-26 18:38:59 +0300
committerTarulia <takuja@gmx.de>2015-09-26 18:38:59 +0300
commit131e3f3fc242961b537f9fc378a7b27a0def4691 (patch)
treee52ff9faae0ab16c2a41f645671f83f042db9db9
parent37e0f460fca7ffe1761b971ea52c65746f04272d (diff)
[setup] omitting closing php tag in config.php
* for reasoning see [this stackoverflow question](http://stackoverflow.com/q/4410704/3323286)
-rw-r--r--setup.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.php b/setup.php
index d4b342f..bef50ba 100644
--- a/setup.php
+++ b/setup.php
@@ -116,7 +116,6 @@ PHP;
PHP;
$data .= $smtpSection;
}
- $data .= "\n?>";
$handle = fopen("config.php", 'w');
if (fwrite($handle, $data) === FALSE) {
die("<p class='alert alert-danger'>Could not write to <strong>config.php</strong>. Please make sure your file permissions are correct.