Made code location more explicit

This commit is contained in:
Patrick Louys 2016-11-01 16:01:35 +01:00 committed by lubiana
parent 679a8589fc
commit 17216cd027
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

@ -45,7 +45,7 @@ This will send the response data to the browser. If you don't do this, nothing h
The second parameter of `header()` is false because otherwise existing headers will be overwritten.
Right now it is just sending an empty response back to the browser with the status code `200`; to change that, add the following code between the code snippets from above:
Right now it is just sending an empty response back to the browser with the status code `200`; to change that, add the following code between the code snippets from above (just on top of the `foreach` statement):
```php
$content = '<h1>Hello World</h1>';