diff --git a/bin/test-remote-access.php b/bin/test-remote-access.php index 041af38f808..9bf9297945d 100644 --- a/bin/test-remote-access.php +++ b/bin/test-remote-access.php @@ -1,8 +1,10 @@ /dev/null'))) ?: 80); + function say($msg) { - echo wordwrap("{$msg}\n"); + echo wordwrap("{$msg}\n", constant('COL_WIDTH')); } function error($msg, $exitcode = 1)