This commit is contained in:
Stig Bakken 2002-05-14 12:34:49 +00:00
parent 46c5e3bc6f
commit b45e7182a0

View file

@ -28,8 +28,6 @@ require_once "PEAR/Config.php";
*/
class PEAR_Command_Auth extends PEAR_Command_Common
{
// {{{ command definitions
var $commands = array(
'login' => array(
'summary' => 'Connects and authenticates to remote server',
@ -55,8 +53,6 @@ user configuration.
);
// }}}
/**
* PEAR_Command_Auth constructor.
*
@ -68,7 +64,7 @@ user configuration.
}
/**
* Execute the 'logout' command.
* Execute the 'login' command.
*
* @param string $command command name
*