rpicms

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

commit 57e11162a94828b4b7f7fe0577e478ae61f8e835
parent 24385a4bb3e483d793c4f68a8f6c00d8934b7912
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 20 Dec 2014 21:03:54 +0100

fix install fail

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

diff --git a/core/update/update/update.php b/core/update/update/update.php @@ -20,7 +20,7 @@ if ($root_3[1] == 'core') { ini_set('max_execution_time', 60); define('UPDATE_DIR_TEMP', dirname(__FILE__).'/temp/'); -define('UPDATE_DIR_INSTALL', $root); +define('UPDATE_DIR_INSTALL', $root . '/'); class AutoUpdate { /*