commit dde96cd039432b2b5b7142bc8331cb3468324e12 parent a1f123f8bea9f2500a8c47aa3bef1c90f81c904d Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 20 Dec 2014 20:43:27 +0100 try to fix updatescript Diffstat:
| M | core/update/update/index.php | | | 2 | +- |
| M | core/update/update/update.php | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/update/update/index.php b/core/update/update/index.php @@ -8,7 +8,7 @@ require('update.php'); $update = new AutoUpdate(true); $update->currentVersion = 1; //Must be an integer - you can't compare strings -$update->updateUrl = 'http://media.nordgedanken.de/rpicms/update/server'; //Replace with your server update directory +$update->updateUrl = 'http://media.nordgedanken.de/rpicms/server'; //Replace with your server update directory //Check for a new update $latest = $update->checkUpdate(); diff --git a/core/update/update/update.php b/core/update/update/update.php @@ -47,7 +47,7 @@ class AutoUpdate { /* * Url to the update folder on the server */ - public $updateUrl = 'http://example.com/updates/'; + public $updateUrl = 'http://media.nordgedanken.de/rpicms/update/server'; /* * Version filename on the server