Example #1
0
 /**
  * Constructor
  *
  * @access public
  * @param  string    $file   path to passwd file
  */
 function File_Passwd_Unix($file = 'passwd')
 {
     parent::__construct($file);
 }
 /** 
  * Constructor
  * 
  * @access public
  * @param string $file       path to AuthDigestFile
  */
 function File_Passwd_Authdigest($file = '.htdigest')
 {
     parent::__construct($file);
 }