Changeset 3627:9bccfc2257ad for inc/core/class.dc.core.php
- Timestamp:
- 12/19/17 17:27:59 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
inc/core/class.dc.core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.core.php
r3565 r3627 195 195 public function getNonce() 196 196 { 197 return $this->auth->crypt (session_id());197 return $this->auth->cryptLegacy(session_id()); 198 198 } 199 199 … … 205 205 } 206 206 207 return $secret == $this->auth->crypt (session_id());207 return $secret == $this->auth->cryptLegacy(session_id()); 208 208 } 209 209
Note: See TracChangeset
for help on using the changeset viewer.
