tbrehm
2007-10-29 ba66cdbf4532870ef016c619f5bdec5ac26efe98
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);
}