From 64751a17323ac3e1b137605c1eb4e24dd3794720 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Sep 2024 12:12:35 +0200 Subject: [PATCH] typo --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index dbc7623..af6aabf 100644 --- a/install.php +++ b/install.php @@ -6,7 +6,7 @@ if ($_POST["SMARTHOST_PROXY"]=="Y") { # if not FQDN $arr = explode(".",$_POST["DOMAIN"]); if (count($arr)==1) { - echo "Warning! It seems DOMAAIN is not an FQDN. Self-signed certificate will be created only."; + echo "Warning! It seems DOMAIN is not an FQDN. Self-signed certificate will be created only."; $_POST["SELF_SIGNED_CERTIFICATE"] = "true"; }