rpicms

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

commit 24385a4bb3e483d793c4f68a8f6c00d8934b7912
parent 6783c6b368f1dffbdc92e8cfa12f734ce3f2e64d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 20 Dec 2014 20:54:44 +0100

fix wrong pfad to update.php

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 @@ -180,7 +180,7 @@ foreach($langs as $prio => $lang) { <div class="hide_" id="update"> <h2>Updates</h2> <?php - require($root . '/core/update/update.php'); + require($root . '/core/update/update/update.php'); $update = new AutoUpdate(true); $update->currentVersion = 1; //Must be an integer - you can't compare strings