rpicms

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

commit 0327b1f3686ac5d87eb6c84608e958633427139a
parent cdf685324c431d74068cbfd7774ee49bc81ab3d2
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 20:03:12 +0100

cache flush

Diffstat:
Mcore/backend/admin/blog/newpost.php | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -1,4 +1,8 @@ <?php +####################### +# flush browser cache # +####################### +header("Cache-Control: no-cache, must-revalidate, no-store"); $root_1 = realpath($_SERVER["DOCUMENT_ROOT"]); echo $root_1; echo " x ";