tbrehm
2008-06-04 8a05d7625a4e75484abcf5293033a38d1bf7a314
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);
}