rpicms

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

commit c953044a1bdf5113782d279e93883ac466ceed67
parent dda264e8f61252a205986413694369f484927101
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 20 Dec 2014 20:33:15 +0100

updates in updater

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

diff --git a/core/update/update/index.php b/core/update/update/index.php @@ -7,7 +7,7 @@ header("Cache-Control: no-cache, must-revalidate, no-store"); require('update.php'); $update = new AutoUpdate(true); -$update->currentVersion = 0.1; //Must be an integer - you can't compare strings +$update->currentVersion = 1; //Must be an integer - you can't compare strings $update->updateUrl = 'https://media.nordgedanken.de/rpicms/update/server'; //Replace with your server update directory //Check for a new update