commit f3f1284a4def219e2cbb2ffdcf18b022887eebf7
parent 06979abe73b443dfc9d70a7e429eabb1a8cc67b7
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 22 Feb 2015 20:03:51 +0100
make root aviable for the function
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/themes/jumbotron/update.php b/themes/jumbotron/update.php
@@ -30,6 +30,7 @@ if(isset($_GET['update']) && function_exists($_GET['update'])){
}
function update(){
+global $root $root_1 $root_2 $root_3;
$update = new AutoUpdate($root . '/temp/', $root . '/', 60);
$update->setCurrentVersion('1.0.0');
$update->setUpdateUrl('http://media.nordgedanken.de/rpicms/server');