commit 847fa8449d6dcdabf12f6426e491ce02b673e76c parent 861a772c942122580dad8e31dfcafb57d0c2ff92 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 20 Dec 2014 20:08:05 +0100 try to fix problem with logfile Diffstat:
| A | core/update/update/.updatelog | | | 0 | |
| M | core/update/update/index.php | | | 2 | +- |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/update/update/.updatelog b/core/update/update/.updatelog diff --git a/core/update/update/index.php b/core/update/update/index.php @@ -4,7 +4,7 @@ require('update.php'); $update = new AutoUpdate(true); $update->currentVersion = 1; //Must be an integer - you can't compare strings -$update->updateUrl = 'http://127.0.0.1/_va/dev/php-autoupdate/server'; //Replace with your server update directory +$update->updateUrl = 'https://192.168.178.40:80/cms_new/core/update/server'; //Replace with your server update directory //Check for a new update $latest = $update->checkUpdate();