diff --git a/setup.php b/setup.php index b07a757c..fa499d66 100644 --- a/setup.php +++ b/setup.php @@ -80,7 +80,9 @@ if ($f_apache_get_version == 1) } else { - print "
  • Unable to check for Apache version. (missing function: apache_get_version())
    (Ignore this warning if you use another webserver software.)
  • \n"; + # not running on Apache. + # However postfixadmin _is_ running, so obviously we are on a supported webserver ;-)) + # No need to confuse the user with a warning. } print "";