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); }