rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit fa0f733f698f7bf94314454376a08b432a03da43
parent aa379713ee813db86f272a83054e6eecd8be300f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  1 Apr 2015 20:06:27 +0200

check for headers

Diffstat:
Mthemes/jumbotron/index.php | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -76,6 +76,9 @@ if ($root_3[1] == 'core') { } // AND SO ON ................. } + if (headers_sent()){ + echo "lol"; + } ?> <!DOCTYPE html> <html>