rpicms

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

commit ec0258ab043618298e9ecfa21bb765ef2b0d34e7
parent 1632e9066f127ddc6f403bfae6a77ec4afe777d5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 16 Jan 2015 20:35:25 +0100

wrong syntax xD

Diffstat:
Mthemes/jumbotron/admin.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -22,7 +22,7 @@ if ($root_3[1] == 'core') { $user = "test"; $user_allowed = "test1"; -if($user_allowed = true) { +if($user_allowed == $user) { ####################### # flush browser cache # #######################