rpicms

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

commit 08370cd2c0ca86814d2763e303c72a7a8066b607
parent 48b3dd788392cd39f955a12c2297851e73b12477
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 21 Dec 2014 08:39:19 +0100

try to fix global variable

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

diff --git a/themes/jumbotron/update.php b/themes/jumbotron/update.php @@ -23,6 +23,7 @@ if ($root_3[1] == 'core') { }else{ $root = $root_1 . '/' . $root_3[1]; } + function update(){ global $root; require($root . '/core/update/update/update.php');