rpicms

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

commit c7243d37da3fce4481265e927ff4e914a6e58182
parent cef4b0eef1aa8a5513343e35fcdc69123beed1e9
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 21 Dec 2014 14:02:38 +0100

update clientside updater

Diffstat:
Mcore/update/update/update.php | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/core/update/update/update.php b/core/update/update/update.php @@ -44,6 +44,11 @@ class AutoUpdate { public $currentVersion = 0; /* + * Current Branch + */ + public $branch = 'stable'; + + /* * Name of the latest version */ public $latestVersionName = '';