rpicms

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

commit a9ee43e55436a0eb1a4efcb3b37bf95b9be273a3
parent 757910fc52fecf48d02d287648e13764aef3b627
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 22 Feb 2015 20:12:23 +0100

try to fix branches

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

diff --git a/core/update/update/update.php b/core/update/update/update.php @@ -66,6 +66,11 @@ class AutoUpdate */ protected $_updateUrl = 'http://media.nordgedanken.de/rpicms/update/server/'; + /* + * branch on the server + */ + public $branch = 'stable'; + /** * Version filename on the server. * @@ -73,11 +78,6 @@ class AutoUpdate */ protected $_updateFile = 'update.json.$this->branch'; - /* - * branch on the server - */ - public $branch = 'stable'; - /** * Current version. *