summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-01-30 17:21:24 +0100
committerErich Eckner <git@eckner.net>2021-01-30 17:21:24 +0100
commitf936b79013ae53fe2620dcad140a751f01904713 (patch)
tree58b250e80c417bbf5c46a8a7b1ca3fdad5a22487
parentf1494672d8a1bfd009de9193913b04a3d494b138 (diff)
downloadraspi-lights-out-f936b79013ae53fe2620dcad140a751f01904713.tar.xz
httpdocs/index.php: add missing line breaks
-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));