rpicms

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

commit ca4bcfaca01da4809e23211d9d32ff1d59b074aa
parent 847fa8449d6dcdabf12f6426e491ce02b673e76c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 20 Dec 2014 20:11:02 +0100

it seems to be at my pi :D

Diffstat:
Mcore/update/update/index.php | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/core/update/update/index.php b/core/update/update/index.php @@ -1,4 +1,8 @@ <?php +####################### +# flush browser cache # +####################### +header("Cache-Control: no-cache, must-revalidate, no-store"); require('update.php');