Revision 06144727
Added by Phil Davis over 10 years ago
usr/local/sbin/pfSsh.php | ||
---|---|---|
48 | 48 |
$fp = fopen('php://stdin', 'r'); |
49 | 49 |
$textinput = chop(fgets($fp)); |
50 | 50 |
fclose($fp); |
51 |
return $textinput; |
|
51 | 52 |
} |
52 |
return $textinput; |
|
53 | 53 |
} |
54 | 54 |
|
55 | 55 |
function more($text, $count=24) { |
Also available in: Unified diff
pfSsh.php readline function return value
This just looks wrong. But I guess the code path never comes through here because function readline() already exists in the environment of this script.