Changeset 137
- Timestamp:
- 08/05/09 17:29:49 (13 months ago)
- Files:
-
- 1 modified
-
trunk/library/classes/suser.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/library/classes/suser.class.php
r112 r137 261 261 if(in_array($this->encryption, $this->encryptionTypes)) { 262 262 if($this->encryption == 'md5') { 263 $str = md5($str );263 $str = md5($str.md5($str)); 264 264 } 265 265 elseif($this->encryption == 'sha1'){ 266 $str = sha1($str );266 $str = sha1($str.sha1($str)); 267 267 } 268 268 //$str = strtoupper($this->encryption) . "('$str')";
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)