Changeset 4578 for trunk/core/events/BlockIps.event.php
- Timestamp:
- 08/15/10 18:45:12 (22 months ago)
- File:
-
- 1 edited
-
trunk/core/events/BlockIps.event.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/events/BlockIps.event.php
r4377 r4578 24 24 * 25 25 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 26 *27 26 * @author Jens-André Koch <vain@clansuite.com> 28 27 * @copyright Jens-André Koch (2005 - onwards) 29 *30 28 * @link http://www.clansuite.com 31 * @link http://gna.org/projects/clansuite32 29 * 33 30 * @version SVN: $Id$ … … 45 42 * @author Jens-André Koch <vain@clansuite.com> 46 43 * @copyright Jens-André Koch (2005 - onwards) 47 * 44 * 48 45 * Usage: 49 46 * $blockip = new BlockIps(array('127.0.0.1')); 50 47 * $dispatcher->addEventHandler('onLogin', $blockip); 51 48 * if($event->isCancelled()) { } 52 * 49 * 53 50 */ 54 51 class BlockIps implements Clansuite_Event
Note: See TracChangeset
for help on using the changeset viewer.
