rpicms

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

commit 37c16f08bb6fe219af1a541a44b6cd903c29e408
parent 940ba71d8e9f3b0e5ec140e43cc4d2029a4d947c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 21 Dec 2014 15:50:17 +0100

more debug

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

diff --git a/core/update/update/update.php b/core/update/update/update.php @@ -188,6 +188,8 @@ class AutoUpdate { $latest = $version['version']; $update = $version['url']; } + }else{ + echo "xxxxx"; } }