tbrehm
2007-11-01 30aa0891b8ef7204b899d90bf3757a5a1881d044
install/lib/install.lib.php
@@ -83,9 +83,7 @@
}
function sread() {
    $f = fopen('/dev/stdin', 'r');
    $input = fgets($f, 255);
    fclose($f);
    $input = fgets(STDIN);
    return rtrim($input);
}