install/lib/install.lib.php @@ -49,11 +49,11 @@ return rtrim($input); } function swrite($text) { function swrite($text = '') { echo $text; } function swriteln($text) { function swriteln($text = '') { echo $text."\n"; }