Changeset 2027
- Timestamp:
- 05/28/07 10:13:30 (6 years ago)
- Files:
-
- 1 modified
-
trunk/include/functions_comment.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_comment.inc.php
r1908 r2027 31 31 { 32 32 global $conf; 33 33 34 $time = time(); 34 return $time.':'.hash_hmac('md5', $time.':'.$image_id, $conf['secret_key'] ); 35 36 return sprintf( 37 '%s:%s', 38 $time, 39 hash_hmac( 40 'md5', 41 $time.':'.$image_id, 42 $conf['secret_key'] 43 ) 44 ); 35 45 } 36 46
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)