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 3b72876..43dd967 100644
--- a/httpdocs/index.php
+++ b/httpdocs/index.php
@@ -2,7 +2,7 @@
$f = popen('/usr/bin/gpio read 27', 'r');
if ($f === false) {
- print 'Cannot access gpio';
+ print 'Cannot access gpio' . "\n";
die();
}
$l = trim(fgets($f));