Fixed ipv6 and website plus you can now test web server on different ports (:8080, :8443)

pull/92/head
michael@ilovecode.dk 2014-04-27 22:52:18 +02:00
parent bb459adf8a
commit d554982b41
1 changed files with 1 additions and 1 deletions

View File

@ -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;