mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-15 10:26:59 +01:00
Merge branch '3.0'
This commit is contained in:
commit
8de9ebeddd
@ -4206,20 +4206,6 @@ class SSH2
|
|||||||
return $output;
|
return $output;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Helper function for _format_log
|
|
||||||
*
|
|
||||||
* For use with preg_replace_callback()
|
|
||||||
*
|
|
||||||
* @param array $matches
|
|
||||||
* @access private
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
private function format_log_helper($matches)
|
|
||||||
{
|
|
||||||
return $this->log_boundary . str_pad(dechex(ord($matches[0])), 2, '0', STR_PAD_LEFT);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper function for agent->on_channel_open()
|
* Helper function for agent->on_channel_open()
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user