summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httpdocs/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpdocs/index.php b/httpdocs/index.php
index eb21166..18f1f91 100644
--- a/httpdocs/index.php
+++ b/httpdocs/index.php
@@ -9,7 +9,7 @@ $l = trim(fgets($f));
pclose($f);
if ($l == '') {
- print 'Cannot read gpio - is it installed?';
+ print 'Cannot read gpio - is it installed?' . "\n";
die();
}