From 67b548670eb98203fcadcae265042536880b7a14 Mon Sep 17 00:00:00 2001 From: Mike Williams Date: Mon, 19 Jul 2021 19:05:34 +0200 Subject: [PATCH] rebranding: resolve gramm (typo) -> grommunio (2) --- autodiscover/autodiscover.php | 2 +- build/version.php.in | 2 +- lib/webservice/webserviceinfo.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autodiscover/autodiscover.php b/autodiscover/autodiscover.php index de62aaf..147e01c 100644 --- a/autodiscover/autodiscover.php +++ b/autodiscover/autodiscover.php @@ -26,7 +26,7 @@ class ZPushAutodiscover { public static function DoZPushAutodiscover() { self::CheckConfig(); ZLog::Write(LOGLEVEL_DEBUG, '-------- Start ZPushAutodiscover'); - ZLog::Write(LOGLEVEL_INFO, sprintf("grommunio-sync version='%s'", @constant('GRAMMSYNC_VERSION'))); + ZLog::Write(LOGLEVEL_INFO, sprintf("grommunio-sync version='%s'", @constant('GROMMUNIOSYNC_VERSION'))); // TODO use filterevilinput? if (!isset(self::$instance)) { self::$instance = new ZPushAutodiscover(); diff --git a/build/version.php.in b/build/version.php.in index 32fc60f..7f2c9eb 100644 --- a/build/version.php.in +++ b/build/version.php.in @@ -1,2 +1,2 @@ About(): returning grommunio-sync version '%s'", @constant('GRAMMSYNC_VERSION'))); - return @constant('GRAMMSYNC_VERSION'); + ZLog::Write(LOGLEVEL_INFO, sprintf("WebserviceInfo->About(): returning grommunio-sync version '%s'", @constant('GROMMUNIOSYNC_VERSION'))); + return @constant('GROMMUNIOSYNC_VERSION'); } /**