From f936b79013ae53fe2620dcad140a751f01904713 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 30 Jan 2021 17:21:24 +0100 Subject: httpdocs/index.php: add missing line breaks --- httpdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- cgit v1.2.3-54-g00ecf