Changeset 3512:5e23e26bfd45 for inc/core
- Timestamp:
- 01/11/17 11:06:52 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.auth.php
r3399 r3512 572 572 } 573 573 574 $key = md5(uniqid( ));574 $key = md5(uniqid('',true)); 575 575 576 576 $cur = $this->con->openCursor($this->user_table);
Note: See TracChangeset
for help on using the changeset viewer.