rpicms

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

commit 47e25aad8c94c2ec4f30e08bad8cb08be225ff09
parent 36e91a6a6d018b7da9a797b1a0600fb19d13d987
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 20 Dec 2014 21:17:46 +0100

new temp dir

Diffstat:
A.fuse_hidden0019d34b00000002 | 0
Mcore/update/update/update.php | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)

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