Changeset 530 for trunk/wifidog-auth/wifidog/classes/Authenticator.php
- Timestamp:
- 04/01/05 16:38:25 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/Authenticator.php
r523 r530 20 20 \********************************************************************/ 21 21 /**@file Authenticator.php 22 * @author Copyright (C) 2005 Benoit Gr �goire <bock@step.polymtl.ca>,22 * @author Copyright (C) 2005 Benoit Grégoire <bock@step.polymtl.ca>, 23 23 * Technologies Coeus inc. 24 24 */ … … 84 84 $db->ExecSqlUpdate("UPDATE connections SET "."timestamp_out=NOW(),"."token_status='".TOKEN_USED."' "."WHERE conn_id='{$info['conn_id']}';\n"); 85 85 } 86 87 /** 88 * Property method that tells if the class allows registration 89 */ 90 function isRegistrationPermitted() 91 { 92 return false; 93 } 86 94 87 95 } // End class
