From d554982b413ad8bef73c846aeb487d0c8617ae8e Mon Sep 17 00:00:00 2001 From: "michael@ilovecode.dk" Date: Sun, 27 Apr 2014 22:52:18 +0200 Subject: [PATCH] Fixed ipv6 and website plus you can now test web server on different ports (:8080, :8443) --- src/psm/Util/Updater/StatusUpdater.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psm/Util/Updater/StatusUpdater.class.php b/src/psm/Util/Updater/StatusUpdater.class.php index fae55e30..78818643 100644 --- a/src/psm/Util/Updater/StatusUpdater.class.php +++ b/src/psm/Util/Updater/StatusUpdater.class.php @@ -294,7 +294,7 @@ class StatusUpdater { } elseif ($this->server['status'] == 'on') { // need to set rtime to the value from last update, if not the latency will be 0 $this->rtime = $this->server['rtime']; - $this->error = 'Update skipped, must run from cron script.'; + $this->error = 'Update skipped, status will be updated on next cron script run.'; return true; } else { return false;