commit: horde login.php horde/config horde.php.dist horde/docs CHANGES horde/lib Auth.php horde/lib/Auth FTP.php IMAP.php MCAL.php SQL.php

chuck@horde.org chuck@horde.org
12 Feb 2001 18:39:32 -0000


chuck       2001/02/12 10:39:31 PST

  Modified files:
    .                    login.php 
    config               horde.php.dist 
    docs                 CHANGES 
    lib                  Auth.php 
    lib/Auth             FTP.php IMAP.php MCAL.php SQL.php 
  Log:
  rename auth() to authenticate() in the Auth interface so we don't overlap w/
  the constructor name for the Auth parent class.
  
  Also, remove default of 'guest' in config/horde.php.dist
  
  Revision  Changes    Path
  2.40      +2 -2      horde/login.php
  1.26      +2 -2      horde/config/horde.php.dist
  1.117     +2 -0      horde/docs/CHANGES
  1.10      +3 -3      horde/lib/Auth.php
  1.2       +3 -3      horde/lib/Auth/FTP.php
  1.8       +3 -3      horde/lib/Auth/IMAP.php
  1.2       +3 -3      horde/lib/Auth/MCAL.php
  1.8       +3 -3      horde/lib/Auth/SQL.php