diff --git a/install.php b/install.php index a47f5c7..de81c1a 100644 --- a/install.php +++ b/install.php @@ -1238,7 +1238,7 @@ HTML; * The output differs depending on whether this is CLI or web based */ function statusMessage($msg) { - if(isset($_SERVER['HTTP_HOST'])) echo "
  • $msg
  • \n"; + echo "
  • $msg
  • \n"; else echo "$msg\n"; flush(); }