rpicms

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

commit e643b8bc8434ff451830c07b69e613df9f554b9b
parent f3f1284a4def219e2cbb2ffdcf18b022887eebf7
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 22 Feb 2015 20:04:51 +0100

add missing characters

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 @@ -30,7 +30,7 @@ if(isset($_GET['update']) && function_exists($_GET['update'])){ } function update(){ -global $root $root_1 $root_2 $root_3; +global $root, $root_1, $root_2, $root_3; $update = new AutoUpdate($root . '/temp/', $root . '/', 60); $update->setCurrentVersion('1.0.0'); $update->setUpdateUrl('http://media.nordgedanken.de/rpicms/server');