rpicms

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

commit de15162dc049b689cfffb2b8834095326d3c87c5
parent be54f5fd023af57c76e42e249fb99520b12e990c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 16 Jan 2015 20:42:42 +0100

fix if

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"; foreach ($user_allowed as $subarray){ -if(in_array($user, $subarray) { +if(in_array($user, $subarray)){ ####################### # flush browser cache # #######################