diff --git a/phpseclib/Crypt/AES.php b/phpseclib/Crypt/AES.php index 9cf78f10..26b1ae8f 100644 --- a/phpseclib/Crypt/AES.php +++ b/phpseclib/Crypt/AES.php @@ -19,7 +19,7 @@ * Here's a short example of how to use this library: * * * * * * * * createKey()); @@ -26,7 +26,7 @@ * Here's an example of how to create signatures and verify signatures with this library: * * createKey()); diff --git a/phpseclib/Crypt/Random.php b/phpseclib/Crypt/Random.php index ec69f2a8..02773931 100644 --- a/phpseclib/Crypt/Random.php +++ b/phpseclib/Crypt/Random.php @@ -8,7 +8,7 @@ * Here's a short example of how to use this library: * * diff --git a/phpseclib/Crypt/Rijndael.php b/phpseclib/Crypt/Rijndael.php index 8bf4581c..821547df 100644 --- a/phpseclib/Crypt/Rijndael.php +++ b/phpseclib/Crypt/Rijndael.php @@ -28,7 +28,7 @@ * Here's a short example of how to use this library: * * * * * * * * * * * * * * * * * * * login('username', 'password')) { diff --git a/phpseclib/Net/SFTP.php b/phpseclib/Net/SFTP.php index 4dd38805..002c8e6d 100644 --- a/phpseclib/Net/SFTP.php +++ b/phpseclib/Net/SFTP.php @@ -14,7 +14,7 @@ * Here's a short example of how to use this library: * * login('username', 'password')) { diff --git a/phpseclib/Net/SSH1.php b/phpseclib/Net/SSH1.php index 649668d7..15e659a9 100644 --- a/phpseclib/Net/SSH1.php +++ b/phpseclib/Net/SSH1.php @@ -8,7 +8,7 @@ * Here's a short example of how to use this library: * * login('username', 'password')) { @@ -22,7 +22,7 @@ * Here's another short example: * * login('username', 'password')) { @@ -704,7 +704,7 @@ class Net_SSH1 break; //case NET_SSH1_CIPHER_RC4: // if (!class_exists('Crypt_RC4')) { - // include_once('Crypt/RC4.php'); + // include_once 'Crypt/RC4.php'; // } // $this->crypto = new Crypt_RC4(); // $this->crypto->enableContinuousBuffer(); diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index efc4656b..6dd29ed1 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -8,7 +8,7 @@ * Here are some examples of how to use this library: * * login('username', 'password')) { @@ -22,8 +22,8 @@ * * * setPassword('whatever'); diff --git a/phpseclib/System/SSH/Agent.php b/phpseclib/System/SSH/Agent.php index 6d1882f0..ead905fa 100644 --- a/phpseclib/System/SSH/Agent.php +++ b/phpseclib/System/SSH/Agent.php @@ -7,8 +7,8 @@ * Here are some examples of how to use this library: * *