Ignore:
Timestamp:
08/15/10 18:45:12 (22 months ago)
Author:
vain
Message:
  • several changes to copyright, router, bootstrap, frontcontroller and various other files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/events/AuthenticationLogging.event.php

    r4377 r4578  
    2424    * 
    2525    * @license    GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 
    26     * 
    2726    * @author     Jens-André Koch <vain@clansuite.com> 
    2827    * @copyright  Jens-André Koch (2005 - onwards) 
    29     * 
    3028    * @link       http://www.clansuite.com 
    31     * @link       http://gna.org/projects/clansuite 
    3229    * 
    3330    * @version    SVN: $Id$ 
     
    4239/** 
    4340 * Clansuite Event - Authentication Logging 
    44  *  
     41 * 
    4542 * @author     Jens-André Koch <vain@clansuite.com> 
    46  * @copyright  Jens-André Koch (2005 - onwards)  
     43 * @copyright  Jens-André Koch (2005 - onwards) 
    4744 * 
    4845 * Usage: 
    4946 * $logger = new Clansuite_Logger('auth.log'); 
    5047 * $eventhandler->addEventHandler('onInvalidLogin', $logger); 
    51  * $eventhandler->addEventHandler('onLogin', $logger);  
     48 * $eventhandler->addEventHandler('onLogin', $logger); 
    5249 */ 
    5350class AuthenticationLogging implements Clansuite_Event 
     
    6259        $this->logger = $logger; 
    6360    } 
    64      
     61 
    6562    public function execute(Event $event) 
    6663    { 
Note: See TracChangeset for help on using the changeset viewer.