rpicms

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

commit 70d493af02db95f70795caf7626f7cfb343a8967
parent 08370cd2c0ca86814d2763e303c72a7a8066b607
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 21 Dec 2014 08:41:38 +0100

next try

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

diff --git a/themes/jumbotron/update.php b/themes/jumbotron/update.php @@ -25,7 +25,7 @@ if ($root_3[1] == 'core') { } function update(){ -global $root; +global $root $root_3 $root_2 $currentdir $root_1; require($root . '/core/update/update/update.php'); $update = new AutoUpdate(true);