Changeset 103
- Timestamp:
- 09/01/07 17:37:13 (1 year ago)
- Files:
-
- trunk/wp-infocard/wp/clickback.pw.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-infocard/wp/clickback.pw.php
r102 r103 1 1 <?php 2 // This file is part of Pamela Project. 3 // 4 // Copyright (C) 2007 by various authors (see CONTRIBUTORS file) 5 // This file is free software, distributed under the new BSD License (see LICENSE file). 6 // 7 // clickback.pw.php 8 // 2 9 //defined( '_VALID_IC' ) or die( 'Direct Access to this location is not allowed.'); 3 10 include_once(dirname(__FILE__) . "/../pw-config.php"); … … 74 81 } // end of function verifyChallenge 75 82 76 // Function: validateClickback 77 // Description: returns true if the supplied candidate matches 83 /* 84 Function: validateClickback 85 Description: returns true if the supplied candidate matches 78 86 a newly generated clickback 79 // Input: candidate - the clickback value to validate 80 // user_email - email address from the token 81 // user_ppid - privatepersonalidentifier from the token 82 // Output: boolean 83 // Side Effects: none 87 Input: candidate - the clickback value to validate 88 user_email - email address from the token 89 user_ppid - privatepersonalidentifier from the token 90 Output: boolean 91 Side Effects: none 92 */ 84 93 function validateClickback($candidate, $user_email, $user_ppid) 85 94 {
