Skip to content

Commit

Permalink
本家差分をmerge
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKOGET committed May 18, 2016
2 parents f809b0e + 6a61c6f commit f095731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/phpseclib.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ <h3>アプリケーションの使用状況</h3>
{
public function action_index()
{
// サーバーに接続する
$ssh = new \PHPSecLib\Net_SSH2('myserver.example.org');
// サーバーに接続する
$ssh = new \phpseclib\Net\SSH2('myserver.example.org');

// ログイン
if ( ! $ssh->login('username', 'password'))
Expand Down

0 comments on commit f095731

Please sign in to comment.